summaryrefslogtreecommitdiff
path: root/test/factories.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/factories.rb')
-rw-r--r--test/factories.rb4
1 files changed, 3 insertions, 1 deletions
diff --git a/test/factories.rb b/test/factories.rb
index 980e2aa..ac9333c 100644
--- a/test/factories.rb
+++ b/test/factories.rb
@@ -1,6 +1,8 @@
-Dir.glob(Rails.root.join('*','test','factories.rb')) do |factory_file|
+ENGINE_FACTORY_FILES = Rails.root.join('engines','*','test','factories.rb')
+Dir.glob(ENGINE_FACTORY_FILES) do |factory_file|
require factory_file
end
+
FactoryGirl.define do
factory :user do