summaryrefslogtreecommitdiff
path: root/features/support/capybara_helpers.rb
diff options
context:
space:
mode:
Diffstat (limited to 'features/support/capybara_helpers.rb')
-rw-r--r--features/support/capybara_helpers.rb10
1 files changed, 0 insertions, 10 deletions
diff --git a/features/support/capybara_helpers.rb b/features/support/capybara_helpers.rb
deleted file mode 100644
index 647f8d087c3..00000000000
--- a/features/support/capybara_helpers.rb
+++ /dev/null
@@ -1,10 +0,0 @@
-module CapybaraHelpers
- def confirm_modal_if_present
- if Capybara.current_driver == Capybara.javascript_driver
- accept_confirm { yield }
- return
- end
-
- yield
- end
-end