diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb index c11f9ba..8b5b786 100644 --- a/spec/spec_helper.rb +++ b/spec/spec_helper.rb @@ -1,7 +1,7 @@ # This file is copied to ~/spec when you run 'ruby script/generate rspec' # from the project root directory. ENV["RAILS_ENV"] = 'test' -ENV["ERRBIT_LOG_LEVEL"] = 'info' +ENV["ERRBIT_LOG_LEVEL"] = 'fatal' if ENV['COVERAGE'] require 'coveralls' -- libgit2 0.21.2