summaryrefslogtreecommitdiff
path: root/android/test/features/support/app_life_cycle_hooks.rb
diff options
context:
space:
mode:
Diffstat (limited to 'android/test/features/support/app_life_cycle_hooks.rb')
-rwxr-xr-xandroid/test/features/support/app_life_cycle_hooks.rb13
1 files changed, 0 insertions, 13 deletions
diff --git a/android/test/features/support/app_life_cycle_hooks.rb b/android/test/features/support/app_life_cycle_hooks.rb
deleted file mode 100755
index 63d4678d9a..0000000000
--- a/android/test/features/support/app_life_cycle_hooks.rb
+++ /dev/null
@@ -1,13 +0,0 @@
-require 'calabash-android/management/adb'
-require 'calabash-android/operations'
-
-Before do |scenario|
- start_test_server_in_background
-end
-
-After do |scenario|
- if scenario.failed?
- screenshot_embed
- end
- shutdown_test_server
-end