Commit b011bb0de8d25767582af58d6b89f586a6fbe083

Authored by Dmitriy Zaporozhets
1 parent 278d2aba

Update test with new title

features/steps/project/project_browse_commits.rb
... ... @@ -53,7 +53,7 @@ class ProjectBrowseCommits < Spinach::FeatureSteps
53 53 end
54 54  
55 55 Then 'I see commits stats' do
56   - page.should have_content 'Stats'
  56 + page.should have_content 'Top 50 Committers'
57 57 page.should have_content 'Committers'
58 58 page.should have_content 'Total commits'
59 59 page.should have_content 'Authors'
... ...