diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb index 356e0bbc..fdd5002d 100644 --- a/spec/spec_helper.rb +++ b/spec/spec_helper.rb @@ -48,10 +48,6 @@ # https://www.relishapp.com/rspec/rspec-rails/docs/upgrade#pending-migration-checks ActiveRecord::Migration.maintain_test_schema! -# Checks for pending migrations before tests are run. -# If you are not using ActiveRecord, you can remove this line. -ActiveRecord::Migration.check_pending! if defined?(ActiveRecord::Migration) - RSpec.configure do |config| # If true, the base class of anonymous controllers will be inferred # automatically. This will be the default behavior in future versions of