Browse Source

fix linting

pull/1208/head
Phil Lee 3 years ago
parent
commit
4182c39c85
  1. 2
      spec/rails_helper.rb

2
spec/rails_helper.rb

@ -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.

Loading…
Cancel
Save