Commit 46b085f3 authored by Boris Bügling's avatar Boris Bügling

Update copy around updating to the latest build

Closes #5274
parent 1f440c4a
......@@ -141,8 +141,6 @@ module Pod
"CocoaPods #{latest_cocoapods_version} is available.".green,
"To update use: `#{install_message}`".green,
("[!] 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 ' \
'and the CHANGELOG for this version at ' \
......
......@@ -135,13 +135,6 @@ and the repository exists.
UI.output.should.match /CocoaPods 999.0 is available/
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
config.new_version_message = false
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