summaryrefslogtreecommitdiff
path: root/spec
diff options
context:
space:
mode:
Diffstat (limited to 'spec')
-rw-r--r--spec/support/factory_bot.rb4
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