Skip to content

Commit

Permalink
Silence migration output
Browse files Browse the repository at this point in the history
  • Loading branch information
EnriqueVidal committed Apr 12, 2012
1 parent f65e55e commit e5793bc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/test_helper.rb
Expand Up @@ -27,3 +27,4 @@ class Test::Unit::TestCase

ActiveRecord::Base.logger = Logger.new(File.dirname(__FILE__) + "/debug.log")
ActionController::Base.logger = ActiveRecord::Base.logger
ActiveRecord::Base.silence { ActiveRecord::Migration.verbose = false }

0 comments on commit e5793bc

Please sign in to comment.