mirror of
https://github.com/codeninjasllc/discourse.git
synced 2025-02-16 03:30:05 -05:00
FIX: Broken spec
This commit is contained in:
parent
e3a56864dd
commit
60abde2253
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue