features-skeleton/support/launch.rb in calabash-cucumber-0.9.96 vs features-skeleton/support/launch.rb in calabash-cucumber-0.9.100
- old
+ new
@@ -58,10 +58,10 @@
def app_path
ENV['APP_BUNDLE_PATH'] || (defined?(APP_BUNDLE_PATH) && APP_BUNDLE_PATH)
end
def calabash_notify
- if self.respond_to?:on_launch
+ if self.respond_to?(:on_launch)
self.on_launch
end
end
Before do |scenario|