summaryrefslogtreecommitdiff
path: root/test/factories.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/factories.rb')
-rw-r--r--test/factories.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/factories.rb b/test/factories.rb
index 98bb39b..980e2aa 100644
--- a/test/factories.rb
+++ b/test/factories.rb
@@ -1,4 +1,4 @@
-Dir.glob(Rails.root.join('**','test','factories.rb')) do |factory_file|
+Dir.glob(Rails.root.join('*','test','factories.rb')) do |factory_file|
require factory_file
end
FactoryGirl.define do