From 7df2566a17cda4f240e4b3e250ecac7c351c37e2 Mon Sep 17 00:00:00 2001 From: Fabio Pelosin Date: Wed, 19 Sep 2012 21:10:06 +0200 Subject: [PATCH] [Specs] minor fix. --- spec/functional/command/repo_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/functional/command/repo_spec.rb b/spec/functional/command/repo_spec.rb index 3893cdc..c151a35 100644 --- a/spec/functional/command/repo_spec.rb +++ b/spec/functional/command/repo_spec.rb @@ -104,7 +104,7 @@ describe "Pod::Command::Repo" do write_version_file({'last' => "999.0.0"}) cmd = command('repo', 'update') 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 it "has a class method that returns if a repo is supported" do