frank-skeleton/features/support/env.rb in frank-cucumber-0.9.4 vs frank-skeleton/features/support/env.rb in frank-cucumber-0.9.5.pre1

- old
+ new

@@ -1,8 +1,8 @@ require 'frank-cucumber' # UIQuery is deprecated. Please use the shelley selector engine. Frank::Cucumber::FrankHelper.use_shelley_from_now_on -# TODO: set this constant to the full path for your Frankified target's app bundle. +# This constant must be set to the full, absolute path for your Frankified target's app bundle. # See the "Given I launch the app" step definition in launch_steps.rb for more details -APP_BUNDLE_PATH = nil +APP_BUNDLE_PATH = File.expand_path( '../../../frankified_build/Frankified.app', __FILE__ )