From 60abde2253d4a6bb4ccd2f215736ddace7f336c5 Mon Sep 17 00:00:00 2001 From: Robin Ward Date: Thu, 19 Sep 2013 18:40:46 -0700 Subject: [PATCH] FIX: Broken spec --- spec/components/plugin/instance_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/components/plugin/instance_spec.rb b/spec/components/plugin/instance_spec.rb index 6ad7c81f2ca..7f543b99086 100644 --- a/spec/components/plugin/instance_spec.rb +++ b/spec/components/plugin/instance_spec.rb @@ -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