From 258537b53caf0c2f048bd2e51885cb7f68d31754 Mon Sep 17 00:00:00 2001 From: JG Date: Mon, 23 May 2022 07:53:05 +0100 Subject: [PATCH] more config --- spec/support/factory_bot.rb | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 spec/support/factory_bot.rb diff --git a/spec/support/factory_bot.rb b/spec/support/factory_bot.rb new file mode 100644 index 000000000..c7890e49c --- /dev/null +++ b/spec/support/factory_bot.rb @@ -0,0 +1,3 @@ +RSpec.configure do |config| + config.include FactoryBot::Syntax::Methods +end