summaryrefslogtreecommitdiff
path: root/features/steps
diff options
context:
space:
mode:
authorMarin Jankovski <marin@gitlab.com>2015-03-04 06:32:12 +0000
committerMarin Jankovski <marin@gitlab.com>2015-03-04 06:32:12 +0000
commit8e7e77e4b61a1ca587b91b3ff65a26601eebcf7d (patch)
treec3eae00836c4fa08a75d2aba33113b21cfc0da38 /features/steps
parent094f4895db6d16e75e44b11f8359e8a41b103a15 (diff)
parentb5ec0d6d450b32fa00d95d864fa797f64e9ca17e (diff)
downloadgitlab-ce-test-fix.tar.gz
Merge branch 'commits_statistic' into 'master'test-fix
Commits statistic grammar Fixes #2089 Changed spelling from Commits statistic to Commit statistics See merge request !1625
Diffstat (limited to 'features/steps')
-rw-r--r--features/steps/project/graph.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/features/steps/project/graph.rb b/features/steps/project/graph.rb
index bc07c3d413c..a2807c340f6 100644
--- a/features/steps/project/graph.rb
+++ b/features/steps/project/graph.rb
@@ -17,7 +17,7 @@ class Spinach::Features::ProjectGraph < Spinach::FeatureSteps
end
step 'page should have commits graphs' do
- page.should have_content "Commits statistic for master"
+ page.should have_content "Commit statistics for master"
page.should have_content "Commits per day of month"
end
end