Dont check for link but for actual readme content

Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
This commit is contained in:
Dmitriy Zaporozhets 2015-07-09 13:27:50 +02:00
parent 6848b0a625
commit 846538076b
No known key found for this signature in database
GPG Key ID: 161B5D6A44D3D88A
1 changed files with 0 additions and 1 deletions

View File

@ -86,7 +86,6 @@ class Spinach::Features::Project < Spinach::FeatureSteps
end
step 'I should see project "Forum" README' do
expect(page).to have_link 'README.md'
expect(page).to have_content 'Sample repo for testing gitlab features'
end