We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a254a9 commit 0c5765dCopy full SHA for 0c5765d
features/support/hooks.rb
@@ -1,5 +1,5 @@
1
Before do
2
- set_env('MSF_DATABASE_CONFIG', Rails.configuration.paths['config/database'].existent.first)
+ set_env('MSF_DATBASE_CONFIG', Rails.configuration.paths['config/database'].existent.first)
3
set_env('RAILS_ENV', 'test')
4
@aruba_timeout_seconds = 8.minutes
5
end
0 commit comments