mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-21 18:46:10 +10:00
Spelling change Commit Statistics
This commit is contained in:
committed by
Marin Jankovski
parent
3d6d0e1e77
commit
b5ec0d6d45
@@ -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')}
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user