2014-08-27 21:46:23 +00:00
|
|
|
Before do
|
2014-09-02 23:57:55 +00:00
|
|
|
set_env('MSF_DATBASE_CONFIG', Rails.configuration.paths['config/database'].existent.first)
|
2014-08-27 21:46:23 +00:00
|
|
|
set_env('RAILS_ENV', 'test')
|
2014-09-11 21:54:19 +00:00
|
|
|
@aruba_timeout_seconds = 4.minutes
|
2014-08-27 21:46:23 +00:00
|
|
|
end
|