I'm not Gary :-)

bug/bundler_fix
sinn3r 2013-01-10 02:38:15 -06:00
parent 00a7ba06df
commit 11642dcef1
1 changed files with 6 additions and 2 deletions

View File

@ -5,9 +5,13 @@ require 'aruba/cucumber'
require_relative 'test_config'
Before do
#before automation execution methods go here
# Automatically find the framework path
default_path = File.join(File.expand_path(File.dirname(__FILE__)), '../../../')
# Add more paths manually if needed. For example:
# "/Users/gary/rapid7/framework"
@dirs = [default_path]
@dirs = ["/Users/gary/rapid7/framework"]
@aruba_timeout_seconds = 150
end