Skip to content

Commit

Permalink
Turn of AR color logging.
Browse files Browse the repository at this point in the history
  • Loading branch information
metaskills committed Sep 18, 2008
1 parent 120f610 commit 2ea0065
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
require 'grouped_scope'

ActiveRecord::Base.logger = Logger.new(File.dirname(__FILE__)+'/debug.log')
ActiveRecord::Base.colorize_logging = false
ActiveRecord::Base.establish_connection :adapter => 'sqlite3', :database => ':memory:'

def setup_environment(options={})
Expand Down

0 comments on commit 2ea0065

Please sign in to comment.