diff options
| author | Douwe Maan <douwe@selenight.nl> | 2017-08-30 10:14:56 +0200 |
|---|---|---|
| committer | Douwe Maan <douwe@selenight.nl> | 2017-08-30 10:14:56 +0200 |
| commit | b181d3124e4aefca59fb8fe64400eab8d9c73ad8 (patch) | |
| tree | d1a0964c8380abb5781a034dab95e95ac478f7f9 /features/steps/shared | |
| parent | e5c8d2ca51566f18ef9f203ef90d4fe1fb4fbbfa (diff) | |
| parent | 43ba967b0556e2ff01526ff8298f015ec77830f6 (diff) | |
| download | gitlab-ce-b181d3124e4aefca59fb8fe64400eab8d9c73ad8.tar.gz | |
Merge branch 'master' into issue-discussions-refactor
# Conflicts:
# app/models/issue.rb
Diffstat (limited to 'features/steps/shared')
| -rw-r--r-- | features/steps/shared/paths.rb | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/features/steps/shared/paths.rb b/features/steps/shared/paths.rb index 830263fd038..be69a96c3ee 100644 --- a/features/steps/shared/paths.rb +++ b/features/steps/shared/paths.rb @@ -304,10 +304,6 @@ module SharedPaths visit project_commits_path(@project, 'stable', { limit: 5 }) end - step 'I visit project source page' do - visit project_tree_path(@project, root_ref) - end - step 'I visit blob file from repo' do visit project_blob_path(@project, File.join(sample_commit.id, sample_blob.path)) end |
