mirror of
https://github.com/discourse/discourse.git
synced 2024-11-23 02:50:00 +08:00
FIX: Broken spec
This commit is contained in:
parent
e3a56864dd
commit
60abde2253
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user