diff options
Diffstat (limited to 'spec/support/factory_bot.rb')
-rw-r--r-- | spec/support/factory_bot.rb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/spec/support/factory_bot.rb b/spec/support/factory_bot.rb new file mode 100644 index 00000000000..c7890e49c66 --- /dev/null +++ b/spec/support/factory_bot.rb @@ -0,0 +1,3 @@ +RSpec.configure do |config| + config.include FactoryBot::Syntax::Methods +end |