Target system tests started to run
This commit is contained in:
@@ -2,8 +2,8 @@ module BodyTracking::PluginFixturesLoader
|
||||
def self.included(base)
|
||||
base.class_eval do
|
||||
def self.plugin_fixtures(*symbols)
|
||||
fixtures_dir = File.expand_path('../../test/fixtures/', __FILE__)
|
||||
ActiveRecord::Fixtures.create_fixtures(fixtures_dir, symbols)
|
||||
fixtures_dir = File.expand_path('../../../test/fixtures/', __FILE__)
|
||||
ActiveRecord::FixtureSet.create_fixtures(fixtures_dir, symbols)
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user