Commit cb5e0dbf authored by Fabio Pelosin's avatar Fabio Pelosin

[Specs] Minor fix for bundle update

parent fc873e84
...@@ -173,7 +173,7 @@ module Pod ...@@ -173,7 +173,7 @@ module Pod
end end
resolver = Resolver.new(config.sandbox, podfile) resolver = Resolver.new(config.sandbox, podfile)
e = lambda {resolver.resolve}.should.raise Pod::Informative e = lambda {resolver.resolve}.should.raise Pod::Informative
e.message.should.match(/already activated version/) e.message.should.match(/Unable to satisfy the following requirements/)
end end
it "takes into account locked dependencies" do it "takes into account locked dependencies" 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