forked from calabash/calabash-android
-
Notifications
You must be signed in to change notification settings - Fork 0
Upgrading from 0.1
jonasmaturana edited this page Aug 1, 2012
·
2 revisions
The app and test server is by default started from the before hook found in features/support/app_life_cycle_hooks.rb
in your project folder.
In 0.2.0 the logic was moved from the skeleton into the gem itself.
That means you have to replace features/support/app_life_cycle_hooks.rb
with
https://github.com/calabash/calabash-android/raw/master/ruby-gem/features-skeleton/support/app_life_cycle_hooks.rb to get up and running.
Please check that you did not modify this file before replacing it.
If you are conformable with cURL you can do this to upgrade:
curl -L https://github.com/calabash/calabash-android/raw/master/ruby-gem/features-skeleton/support/app_life_cycle_hooks.rb -o features/support/app_life_cycle_hooks.rb