metasploit-framework/features/support/hooks.rb

5 lines
174 B
Ruby
Raw Normal View History

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