Skip to content

Commit

Permalink
Fix up test.
Browse files Browse the repository at this point in the history
  • Loading branch information
wfarr committed Sep 7, 2011
1 parent 44227d7 commit 0cedd35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/package_spec.rb
Expand Up @@ -5,7 +5,7 @@
include Vagabond include Vagabond


describe package("tar") do describe package("tar") do
it { should_not be_installed } it { should be_installed }
end end


describe package("nginx") do describe package("nginx") do
Expand Down

0 comments on commit 0cedd35

Please sign in to comment.