Commit ec47b3fbbe0bd7af01853de918236f478a00772c
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,6 +2,7 @@ | ||
| 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"] = 'fatal' | 4 | ENV["ERRBIT_LOG_LEVEL"] = 'fatal' |
| 5 | +ENV["ERRBIT_USER_HAS_USERNAME"] = 'false' | ||
| 5 | 6 | ||
| 6 | if ENV['COVERAGE'] | 7 | if ENV['COVERAGE'] |
| 7 | require 'coveralls' | 8 | require 'coveralls' |