Method: AutoPilot::SeleniumRunner#check_location
- Defined in:
- lib/auto_pilot/selenium_runner.rb
#check_location ⇒ Object
56 57 58 59 |
# File 'lib/auto_pilot/selenium_runner.rb', line 56 def check_location #puts Dir.pwd[-7..-1] #abort("Please run this script from the \'webtest\' directory!") if(Dir.pwd[-7..-1] != "webtest") end |