Skip to content

Commit 0c5765d

Browse files
committed
Apparently the tests expected the typo in DATABASE.
1 parent 3a254a9 commit 0c5765d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

features/support/hooks.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Before do
2-
set_env('MSF_DATABASE_CONFIG', Rails.configuration.paths['config/database'].existent.first)
2+
set_env('MSF_DATBASE_CONFIG', Rails.configuration.paths['config/database'].existent.first)
33
set_env('RAILS_ENV', 'test')
44
@aruba_timeout_seconds = 8.minutes
55
end

0 commit comments

Comments
 (0)