summaryrefslogtreecommitdiff
path: root/features
diff options
context:
space:
mode:
authorRiyad Preukschas <riyad@informatik.uni-bremen.de>2012-11-14 01:20:37 +0100
committerRiyad Preukschas <riyad@informatik.uni-bremen.de>2012-11-14 01:20:37 +0100
commit578cf89812fc12e99e22a3da83aaca89e7c8d430 (patch)
tree8023632ed4569451da71dff50c9b386f71f672c4 /features
parenta85e11fa51497888684f247bc09450cbcc67a058 (diff)
downloadgitlab-ce-578cf89812fc12e99e22a3da83aaca89e7c8d430.tar.gz
Fix specs
Diffstat (limited to 'features')
-rw-r--r--features/steps/project/project_browse_commits.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/features/steps/project/project_browse_commits.rb b/features/steps/project/project_browse_commits.rb
index 428c14a8052..6bf164e2c8f 100644
--- a/features/steps/project/project_browse_commits.rb
+++ b/features/steps/project/project_browse_commits.rb
@@ -53,8 +53,9 @@ class ProjectBrowseCommits < Spinach::FeatureSteps
end
Then 'I see commits stats' do
- page.should have_content 'Stats for master'
+ page.should have_content 'Stats'
page.should have_content 'Committers'
page.should have_content 'Total commits'
+ page.should have_content 'Authors'
end
end