Method: Cukunity::PlatformHelpers#current_app
- Defined in:
- lib/cukunity/cucumber/support/platform_helpers.rb
#current_app ⇒ Object
18 19 20 21 |
# File 'lib/cukunity/cucumber/support/platform_helpers.rb', line 18 def current_app raise Exception::InvalidApp.new if @current_app.nil? @current_app end |