Apparently the tests expected the typo in DATABASE.

bug/bundler_fix
James Barnett 2016-07-28 17:40:37 -05:00
parent 3a254a9441
commit 0c5765d572
No known key found for this signature in database
GPG Key ID: 647983861A4EC5EA
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
Before do
set_env('MSF_DATABASE_CONFIG', Rails.configuration.paths['config/database'].existent.first)
set_env('MSF_DATBASE_CONFIG', Rails.configuration.paths['config/database'].existent.first)
set_env('RAILS_ENV', 'test')
@aruba_timeout_seconds = 8.minutes
end