Commit 7df2566a authored by Fabio Pelosin's avatar Fabio Pelosin

[Specs] minor fix.

parent cdecc32a
...@@ -104,7 +104,7 @@ describe "Pod::Command::Repo" do ...@@ -104,7 +104,7 @@ describe "Pod::Command::Repo" do
write_version_file({'last' => "999.0.0"}) write_version_file({'last' => "999.0.0"})
cmd = command('repo', 'update') cmd = command('repo', 'update')
cmd.check_versions(versions_file.dirname) cmd.check_versions(versions_file.dirname)
cmd.output.should.include "Cocoapods 999.0.0 is available" Pod::UI.output.should.include "Cocoapods 999.0.0 is available"
end end
it "has a class method that returns if a repo is supported" do it "has a class method that returns if a repo is supported" do
......
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