diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb index 5d33387..456ae95 100644 --- a/spec/spec_helper.rb +++ b/spec/spec_helper.rb @@ -2,6 +2,7 @@ # from the project root directory. ENV["RAILS_ENV"] = 'test' ENV["ERRBIT_LOG_LEVEL"] = 'fatal' +ENV["ERRBIT_USER_HAS_USERNAME"] = 'false' if ENV['COVERAGE'] require 'coveralls' -- libgit2 0.21.2