Fix readme spec

This commit is contained in:
Douwe Maan 2015-10-18 11:22:40 +02:00
parent ff866faf2f
commit f52b07cedc
1 changed files with 2 additions and 2 deletions

View File

@ -86,13 +86,13 @@ class Spinach::Features::Project < Spinach::FeatureSteps
end
step 'I should see project "Forum" README' do
page.within('#README') do
page.within('.readme-holder') do
expect(page).to have_content 'Sample repo for testing gitlab features'
end
end
step 'I should see project "Shop" README' do
page.within('#README') do
page.within('.readme-holder') do
expect(page).to have_content 'testme'
end
end