Merge branch 'commits_statistic' into 'master'

Commits statistic grammar

Fixes #2089

Changed spelling from Commits statistic to Commit statistics

See merge request !1625
This commit is contained in:
Marin Jankovski 2015-03-04 06:32:12 +00:00
commit 8e7e77e4b6
2 changed files with 2 additions and 2 deletions

View file

@ -1,7 +1,7 @@
= render 'head'
%p.lead
Commits statistic for
Commit statistics for
%strong #{@repository.root_ref}
#{@commits_graph.start_date.strftime('%b %d')} - #{@commits_graph.end_date.strftime('%b %d')}

View file

@ -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