Commit d723996f authored by Vladimir Pouzanov's avatar Vladimir Pouzanov

Fixed a typo in spec

parent ba879a10
...@@ -61,7 +61,7 @@ module Pod ...@@ -61,7 +61,7 @@ module Pod
(@pod.root + 'libPusher/README.md').read.strip.should.match /^libPusher/ (@pod.root + 'libPusher/README.md').read.strip.should.match /^libPusher/
end end
it "prepares the cache if it does not exits" do it "prepares the cache if it does not exist" do
@pod.top_specification.stubs(:source).returns( @pod.top_specification.stubs(:source).returns(
:git => fixture('banana-lib'), :commit => 'fd56054' :git => fixture('banana-lib'), :commit => 'fd56054'
) )
......
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