Commit ec47b3fbbe0bd7af01853de918236f478a00772c

Authored by Stephen Crosby
2 parents 721580ed 79fb96ed
Exists in master

Merge pull request #1058 from mfrederickson/fix-1049-username-testing

Fix 1049 username testing
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'
... ...