Commit 17ac3ee5474691a876e49035b12112341114a6dd

Authored by Stephen Crosby
1 parent 4bc70ae0
Exists in master and in 1 other branch production

show only fatal errors in test env

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
spec/spec_helper.rb
1 1 # This file is copied to ~/spec when you run 'ruby script/generate rspec'
2 2 # from the project root directory.
3 3 ENV["RAILS_ENV"] = 'test'
4   -ENV["ERRBIT_LOG_LEVEL"] = 'info'
  4 +ENV["ERRBIT_LOG_LEVEL"] = 'fatal'
5 5  
6 6 if ENV['COVERAGE']
7 7 require 'coveralls'
... ...