diff options
author | Sabba Petri <sabbap@gmail.com> | 2015-03-03 14:05:31 -0800 |
---|---|---|
committer | Marin Jankovski <maxlazio@gmail.com> | 2015-03-03 20:38:42 -0800 |
commit | b5ec0d6d450b32fa00d95d864fa797f64e9ca17e (patch) | |
tree | 83bc4617928d34fcd654f713dd0aa1526f963d36 /features | |
parent | 3d6d0e1e778061aa96ab4e4b888138997b363207 (diff) | |
download | gitlab-ce-b5ec0d6d450b32fa00d95d864fa797f64e9ca17e.tar.gz |
Spelling change Commit Statistics
Diffstat (limited to 'features')
-rw-r--r-- | features/steps/project/graph.rb | 2 |
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 |