From ccc73e80cd31625fa0bfe4a40dd35868f83882c2 Mon Sep 17 00:00:00 2001 From: Dan Rice Date: Fri, 12 Sep 2014 22:11:51 -0400 Subject: [PATCH] Remove migration check, not needed in Rails 4.1 --- test/test_helper.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/test/test_helper.rb b/test/test_helper.rb index 854c6dfb..83b1cf11 100644 --- a/test/test_helper.rb +++ b/test/test_helper.rb @@ -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