summaryrefslogtreecommitdiff
path: root/spec/support/factory_girl.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/support/factory_girl.rb')
-rw-r--r--spec/support/factory_girl.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/support/factory_girl.rb b/spec/support/factory_girl.rb
index eec437fb3aa..c7890e49c66 100644
--- a/spec/support/factory_girl.rb
+++ b/spec/support/factory_girl.rb
@@ -1,3 +1,3 @@
RSpec.configure do |config|
- config.include FactoryGirl::Syntax::Methods
+ config.include FactoryBot::Syntax::Methods
end