Skip to content

Commit

Permalink
Fix out of sync comment
Browse files Browse the repository at this point in the history
It appears that as of version 4 the `db:test:prepare` task no longer depends on the `abort_if_pending_migrations` task, which leaves this comment out of sync.
  • Loading branch information
brandoncc committed Sep 24, 2015
1 parent 10762e9 commit ca4f1e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion activerecord/lib/active_record/railties/databases.rake
Expand Up @@ -353,7 +353,7 @@ db_namespace = namespace :db do
ActiveRecord::Tasks::DatabaseTasks.purge ActiveRecord::Base.configurations['test']
end

# desc 'Check for pending migrations and load the test schema'
# desc 'Load the test schema'
task :prepare => %w(environment load_config) do
unless ActiveRecord::Base.configurations.blank?
db_namespace['test:load'].invoke
Expand Down

0 comments on commit ca4f1e0

Please sign in to comment.