Skip to content

Commit

Permalink
MigrationTest doesn't need to be verbose anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
amatsuda committed Aug 29, 2014
1 parent aefb667 commit 9c76381
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion activerecord/test/cases/migration_test.rb
Expand Up @@ -34,7 +34,7 @@ def setup
Reminder.connection.drop_table(table) rescue nil
end
Reminder.reset_column_information
@verbose_was, ActiveRecord::Migration.verbose = ActiveRecord::Migration.verbose, true
@verbose_was, ActiveRecord::Migration.verbose = ActiveRecord::Migration.verbose, false
ActiveRecord::Base.connection.schema_cache.clear!
end

Expand Down

0 comments on commit 9c76381

Please sign in to comment.