diff options
-rw-r--r-- | spec/support/factory_bot.rb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/spec/support/factory_bot.rb b/spec/support/factory_bot.rb new file mode 100644 index 0000000..e4b07e9 --- /dev/null +++ b/spec/support/factory_bot.rb @@ -0,0 +1,4 @@ +RSpec.configure do |config| + config.include FactoryBot::Syntax::Methods + FactoryBot.find_definitions +end
\ No newline at end of file |