summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Thomas <nick@gitlab.com>2017-12-21 10:59:53 +0000
committerNick Thomas <nick@gitlab.com>2017-12-21 10:59:53 +0000
commit058dd30af27c175b063cdc92c1612ccbdba19c10 (patch)
tree9d37ff687ebb36c83adb30e3307d4e1a146928ca
parentb62368235b40743e5b010aa8fc6fc2058bf1effa (diff)
parent4a74875d23a51b59ac3ca8f177b6685a5123a7ef (diff)
downloadgitlab-ce-058dd30af27c175b063cdc92c1612ccbdba19c10.tar.gz
Merge branch 'fix-remove-dead-spinach-steps' into 'master'
Remove two unused step definitions from spinach See merge request gitlab-org/gitlab-ce!16047
-rw-r--r--features/steps/project/source/browse_files.rb11
1 files changed, 0 insertions, 11 deletions
diff --git a/features/steps/project/source/browse_files.rb b/features/steps/project/source/browse_files.rb
index 6e04f09f322..93b057430d3 100644
--- a/features/steps/project/source/browse_files.rb
+++ b/features/steps/project/source/browse_files.rb
@@ -278,17 +278,6 @@ class Spinach::Features::ProjectSourceBrowseFiles < Spinach::FeatureSteps
expect(page).to have_content('Your changes could not be committed')
end
- step 'I create bare repo' do
- click_link 'Create empty bare repository'
- end
-
- step 'I click on "README" link' do
- click_link 'README'
-
- # Remove pre-receive hook so we can push without auth
- FileUtils.rm_f(File.join(@project.repository.path, 'hooks', 'pre-receive'))
- end
-
step "I switch ref to 'test'" do
first('.js-project-refs-dropdown').click