Remove migration check, not needed in Rails 4.1

This commit is contained in:
Dan Rice 2014-09-12 22:11:51 -04:00
parent e18a013972
commit ccc73e80cd

View file

@ -6,7 +6,6 @@ require 'rails/test_help'
{ "salt" => "change-me", "authentication_schemes" => ["database"], "prefered_auth" => "database", "email_dispatch" => nil}.inject( SITE_CONFIG ) { |h, elem| h[elem[0]] = elem[1]; h }
class ActiveSupport::TestCase
ActiveRecord::Migration.check_pending!
# Setup all fixtures in test/fixtures/*.yml for all tests in alphabetical order.
#
# Note: You'll currently still have to declare fixtures explicitly in integration tests