Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'features/steps/shared/issuable.rb')
-rw-r--r--features/steps/shared/issuable.rb15
1 files changed, 0 insertions, 15 deletions
diff --git a/features/steps/shared/issuable.rb b/features/steps/shared/issuable.rb
deleted file mode 100644
index 41db2612f26..00000000000
--- a/features/steps/shared/issuable.rb
+++ /dev/null
@@ -1,15 +0,0 @@
-module SharedIssuable
- include Spinach::DSL
-
- def edit_issuable
- find(:css, '.issuable-edit').click
- end
-
- step 'I click link "Edit" for the merge request' do
- edit_issuable
- end
-
- step 'I click link "Edit" for the issue' do
- edit_issuable
- end
-end