Improve testing setup
This commit is contained in:
@@ -22,7 +22,7 @@ require 'rspec/rails'
|
||||
# directory. Alternatively, in the individual `*_spec.rb` files, manually
|
||||
# require only the support files necessary.
|
||||
#
|
||||
Dir[Rails.root.join('../support/**/*.rb')].each { |f| require f }
|
||||
# Dir[Rails.root.join('../support/**/*.rb')].each { |f| require f }
|
||||
|
||||
# Checks for pending migrations and applies them before tests are run.
|
||||
# If you are not using ActiveRecord, you can remove this line.
|
||||
@@ -57,3 +57,5 @@ RSpec.configure do |config|
|
||||
# arbitrary gems may also be filtered via:
|
||||
# config.filter_gems_from_backtrace("gem name")
|
||||
end
|
||||
|
||||
require 'support/resource_helpers'
|
||||
|
||||
Reference in New Issue
Block a user