lib/calabash-android/operations.rb in calabash-android-0.3.0.pre2 vs lib/calabash-android/operations.rb in calabash-android-0.3.0.pre3

- old
+ new

@@ -44,10 +44,10 @@ def install_app(app_path) default_device.install_app(app_path) end def uninstall_apps - default_device.uninstall_app(ENV["TEST_PACKAGE_NAME"]) + default_device.uninstall_app("sh.calaba.android.test") default_device.uninstall_app(ENV["PACKAGE_NAME"]) end def start_test_server_in_background default_device.start_test_server_in_background()