Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSabba Petri <sabbap@gmail.com>2015-03-04 01:05:31 +0300
committerMarin Jankovski <maxlazio@gmail.com>2015-03-04 07:38:42 +0300
commitb5ec0d6d450b32fa00d95d864fa797f64e9ca17e (patch)
tree83bc4617928d34fcd654f713dd0aa1526f963d36 /features
parent3d6d0e1e778061aa96ab4e4b888138997b363207 (diff)
Spelling change Commit Statistics
Diffstat (limited to 'features')
-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