This commit is contained in:
Dmitriy Zaporozhets 2013-10-21 14:06:17 +03:00
parent 0407eb2ee6
commit be7eb8e3c2
1 changed files with 3 additions and 1 deletions

View File

@ -49,7 +49,9 @@ class Spinach::Features::PublicProjectsFeature < Spinach::FeatureSteps
end end
step 'I should see project "Community" home page' do step 'I should see project "Community" home page' do
page.should have_content 'Repo size is' within '.project-home-title' do
page.should have_content 'Community'
end
end end
private private