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 # This file is copied to ~/spec when you run 'ruby script/generate rspec' 1 # This file is copied to ~/spec when you run 'ruby script/generate rspec'
2 # from the project root directory. 2 # from the project root directory.
3 ENV["RAILS_ENV"] = 'test' 3 ENV["RAILS_ENV"] = 'test'
4 -ENV["ERRBIT_LOG_LEVEL"] = 'info' 4 +ENV["ERRBIT_LOG_LEVEL"] = 'fatal'
5 5
6 if ENV['COVERAGE'] 6 if ENV['COVERAGE']
7 require 'coveralls' 7 require 'coveralls'