Commit 80fce21d authored by Samuel Giddins's avatar Samuel Giddins

Merge pull request #5280 from CocoaPods/update-update-copy

Update copy around updating to the latest build
parents 94d5bd65 46b085f3
...@@ -141,8 +141,6 @@ module Pod ...@@ -141,8 +141,6 @@ module Pod
"CocoaPods #{latest_cocoapods_version} is available.".green, "CocoaPods #{latest_cocoapods_version} is available.".green,
"To update use: `#{install_message}`".green, "To update use: `#{install_message}`".green,
("[!] This is a test version we'd love you to try.".yellow if rc), ("[!] This is a test version we'd love you to try.".yellow if rc),
("Until we reach version 1.0 the features of CocoaPods can and will change.\n" \
'We strongly recommend that you use the latest version at all times.'.yellow unless rc),
'', '',
'For more information, see https://blog.cocoapods.org ' \ 'For more information, see https://blog.cocoapods.org ' \
'and the CHANGELOG for this version at ' \ 'and the CHANGELOG for this version at ' \
......
...@@ -135,13 +135,6 @@ and the repository exists. ...@@ -135,13 +135,6 @@ and the repository exists.
UI.output.should.match /CocoaPods 999.0 is available/ UI.output.should.match /CocoaPods 999.0 is available/
end end
it 'recommends the user to use the latest stable version' do
master = @sources_manager.master.first
master.stubs(:metadata).returns(Source::Metadata.new('last' => '999.0'))
master.verify_compatibility!
UI.output.should.match /We strongly recommend that you use the/
end
it 'skips the update message if the user disabled the notification' do it 'skips the update message if the user disabled the notification' do
config.new_version_message = false config.new_version_message = false
master = @sources_manager.master.first master = @sources_manager.master.first
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment