FIX: Broken spec

This commit is contained in:
Robin Ward 2013-09-19 18:40:46 -07:00
parent e3a56864dd
commit 60abde2253

View File

@ -34,7 +34,7 @@ describe Plugin::Instance do
auth_provider.authenticator.name.should == 'ubuntu'
# calls ensure_assets! make sure they are there
plugin.assets.count.should == 2
plugin.assets.count.should == 1
plugin.assets.each do |a|
File.exists?(a).should be_true
end