Fix specs

This commit is contained in:
Riyad Preukschas 2012-11-14 01:20:37 +01:00
parent a85e11fa51
commit 578cf89812
6 changed files with 39 additions and 36 deletions

View file

@ -53,8 +53,9 @@ class ProjectBrowseCommits < Spinach::FeatureSteps
end
Then 'I see commits stats' do
page.should have_content 'Stats for master'
page.should have_content 'Stats'
page.should have_content 'Committers'
page.should have_content 'Total commits'
page.should have_content 'Authors'
end
end