Files
metasploit-gs/features/support/hooks.rb
T
2014-09-11 16:54:19 -05:00

5 lines
174 B
Ruby

Before do
set_env('MSF_DATBASE_CONFIG', Rails.configuration.paths['config/database'].existent.first)
set_env('RAILS_ENV', 'test')
@aruba_timeout_seconds = 4.minutes
end