diff options
author | HombreLaser <sebastian-440@live.com> | 2023-02-23 18:52:03 -0600 |
---|---|---|
committer | HombreLaser <sebastian-440@live.com> | 2023-02-23 18:52:03 -0600 |
commit | 931c4ea61c74cbb500895027926dc29398f56f22 (patch) | |
tree | 41618a026ad9d5165e51e31aad53c81c0a8fa108 | |
parent | 91a11ca69d372b8b93b4b56ff716d8578a86500e (diff) |
Añade factory de usuario
-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 |