mirror of
https://github.com/discourse/discourse.git
synced 2025-05-24 03:36:18 +08:00
FIX: Broken spec
This commit is contained in:
@ -34,7 +34,7 @@ describe Plugin::Instance do
|
|||||||
auth_provider.authenticator.name.should == 'ubuntu'
|
auth_provider.authenticator.name.should == 'ubuntu'
|
||||||
|
|
||||||
# calls ensure_assets! make sure they are there
|
# calls ensure_assets! make sure they are there
|
||||||
plugin.assets.count.should == 2
|
plugin.assets.count.should == 1
|
||||||
plugin.assets.each do |a|
|
plugin.assets.each do |a|
|
||||||
File.exists?(a).should be_true
|
File.exists?(a).should be_true
|
||||||
end
|
end
|
||||||
|
Reference in New Issue
Block a user