Skip to content

Commit

Permalink
Fixed a typo in spec
Browse files Browse the repository at this point in the history
  • Loading branch information
farcaller committed Jul 27, 2012
1 parent ba879a1 commit d723996
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/functional/downloader_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ module Pod
(@pod.root + 'libPusher/README.md').read.strip.should.match /^libPusher/
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(
:git => fixture('banana-lib'), :commit => 'fd56054'
)
Expand Down

0 comments on commit d723996

Please sign in to comment.