Commit 0daa306f1511bd761944e39f96da9d615a158fc0

Authored by Marvin Frederickson
1 parent 465d6901
Exists in master

force USER_HAS_USERNAME=false for all tests

Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
spec/spec_helper.rb
... ... @@ -2,6 +2,7 @@
2 2 # from the project root directory.
3 3 ENV["RAILS_ENV"] = 'test'
4 4 ENV["ERRBIT_LOG_LEVEL"] = 'fatal'
  5 +ENV["ERRBIT_USER_HAS_USERNAME"] = 'false'
5 6  
6 7 if ENV['COVERAGE']
7 8 require 'coveralls'
... ...