summaryrefslogtreecommitdiff
path: root/spec/rails_helper.rb
diff options
context:
space:
mode:
authorHombreLaser <sebastian-440@live.com>2023-02-23 18:52:25 -0600
committerHombreLaser <sebastian-440@live.com>2023-02-23 18:52:25 -0600
commit97ba3df5e5970d29064daf56309e73df85a70613 (patch)
treee0848a54f7136596353dd8782a2f1ad8f4780efc /spec/rails_helper.rb
parent931c4ea61c74cbb500895027926dc29398f56f22 (diff)
Añade factory de usuario
Diffstat (limited to 'spec/rails_helper.rb')
-rw-r--r--spec/rails_helper.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/rails_helper.rb b/spec/rails_helper.rb
index 0624d3e..ea338cd 100644
--- a/spec/rails_helper.rb
+++ b/spec/rails_helper.rb
@@ -20,7 +20,7 @@ require 'rspec/rails'
# directory. Alternatively, in the individual `*_spec.rb` files, manually
# require only the support files necessary.
#
-# Dir[Rails.root.join('spec', 'support', '**', '*.rb')].sort.each { |f| require f }
+Dir[Rails.root.join('spec', 'support', '**', '*.rb')].sort.each { |f| require f }
# Checks for pending migrations and applies them before tests are run.
# If you are not using ActiveRecord, you can remove these lines.