From 931c4ea61c74cbb500895027926dc29398f56f22 Mon Sep 17 00:00:00 2001 From: HombreLaser Date: Thu, 23 Feb 2023 18:52:03 -0600 Subject: AƱade factory de usuario MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- spec/support/factory_bot.rb | 4 ++++ 1 file changed, 4 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 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 -- cgit v1.2.3