|
|
|
|
@ -33,7 +33,7 @@ Capybara.javascript_driver = :headless
|
|
|
|
|
# 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. |
|
|
|
|
|