allow plugins to be symlinked
This commit is contained in:
parent
9c820443fa
commit
fcd85b8a72
2 changed files with 3 additions and 2 deletions
|
@ -7,7 +7,7 @@ describe Plugin::Instance do
|
|||
it "can find plugins correctly" do
|
||||
plugins = Plugin::Instance.find_all("#{Rails.root}/spec/fixtures/plugins")
|
||||
plugins.count.should == 1
|
||||
plugin =plugins[0]
|
||||
plugin = plugins[0]
|
||||
|
||||
plugin.name.should == "plugin-name"
|
||||
plugin.path.should == "#{Rails.root}/spec/fixtures/plugins/my_plugin/plugin.rb"
|
||||
|
|
Reference in a new issue