0
我開始創建一個rails插件,其中包含Controller和Model的一些類和實例方法。我的拳頭試圖設置模型的測試。設置Rails插件的testdirectory
在我的測試目錄中添加模型目錄。但我注意到 - 我需要用於我的模型的geokit-rails插件能夠「acts_as_mappable」
如何將插件插入測試目錄中? 我試着將它複製到/ test/plugins/geokit-rails並將其包含在我的test_helper中?
require 'geokit'
require PLUGIN_ROOT + '/test/plugins/geokit-rails/lib/geokit-rails.rb'
我從插件
MissingSourceFile: no such file to load — geokit-rails/defaults
任何建議得到一個錯誤?