summaryrefslogtreecommitdiff
path: root/features/steps/project/browse_commits_user_lookup.rb
diff options
context:
space:
mode:
Diffstat (limited to 'features/steps/project/browse_commits_user_lookup.rb')
-rw-r--r--features/steps/project/browse_commits_user_lookup.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/features/steps/project/browse_commits_user_lookup.rb b/features/steps/project/browse_commits_user_lookup.rb
index 7a44f95bd36..196c69eda65 100644
--- a/features/steps/project/browse_commits_user_lookup.rb
+++ b/features/steps/project/browse_commits_user_lookup.rb
@@ -3,11 +3,11 @@ class Spinach::Features::ProjectBrowseCommitsUserLookup < Spinach::FeatureSteps
include SharedProject
include SharedPaths
- Given 'I click on commit link' do
+ step 'I click on commit link' do
visit project_commit_path(@project, sample_commit.id)
end
- Given 'I click on another commit link' do
+ step 'I click on another commit link' do
visit project_commit_path(@project, sample_commit.parent_id)
end