Skip to content

Commit 98b9719

Browse files
committed
Require support files
1 parent 9363d51 commit 98b9719

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/rails_helper.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
# directory. Alternatively, in the individual `*_spec.rb` files, manually
2121
# require only the support files necessary.
2222
#
23-
# Dir[Rails.root.join('spec', 'support', '**', '*.rb')].sort.each { |f| require f }
23+
Dir[Rails.root.join('spec', 'support', '**', '*.rb')].sort.each { |f| require f }
2424

2525
# Checks for pending migrations and applies them before tests are run.
2626
# If you are not using ActiveRecord, you can remove these lines.

0 commit comments

Comments
 (0)