mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-16 23:30:12 +01:00
Remove migration check, not needed in Rails 4.1
This commit is contained in:
parent
e18a013972
commit
ccc73e80cd
1 changed files with 0 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue