summaryrefslogtreecommitdiff
path: root/features/steps/project
diff options
context:
space:
mode:
authorDouwe Maan <douwe@gitlab.com>2015-05-09 23:50:51 +0200
committerDouwe Maan <douwe@gitlab.com>2015-05-09 23:50:51 +0200
commite80c4447a82553d74267f327060b96807c2e5c0c (patch)
treeae8fcc71fdae4613f970b32152a10cb8a6ac15c5 /features/steps/project
parent164d47448831f64c1bb3e193172a2e9fcbb84712 (diff)
downloadgitlab-ce-e80c4447a82553d74267f327060b96807c2e5c0c.tar.gz
Fix spec.
Diffstat (limited to 'features/steps/project')
-rw-r--r--features/steps/project/commits/commits.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/features/steps/project/commits/commits.rb b/features/steps/project/commits/commits.rb
index 30b1934b363..c888e82e207 100644
--- a/features/steps/project/commits/commits.rb
+++ b/features/steps/project/commits/commits.rb
@@ -12,7 +12,7 @@ class Spinach::Features::ProjectCommits < Spinach::FeatureSteps
end
step 'I click atom feed link' do
- click_link "Feed"
+ click_link "Commits Feed"
end
step 'I see commits atom feed' do