Commit b5ec0d6d authored by Sabba Petri's avatar Sabba Petri Committed by Marin Jankovski

Spelling change Commit Statistics

parent 3d6d0e1e
= render 'head' = render 'head'
%p.lead %p.lead
Commits statistic for Commit statistics for
%strong #{@repository.root_ref} %strong #{@repository.root_ref}
#{@commits_graph.start_date.strftime('%b %d')} - #{@commits_graph.end_date.strftime('%b %d')} #{@commits_graph.start_date.strftime('%b %d')} - #{@commits_graph.end_date.strftime('%b %d')}
......
...@@ -17,7 +17,7 @@ class Spinach::Features::ProjectGraph < Spinach::FeatureSteps ...@@ -17,7 +17,7 @@ class Spinach::Features::ProjectGraph < Spinach::FeatureSteps
end end
step 'page should have commits graphs' do 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" page.should have_content "Commits per day of month"
end end
end end
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment