Fix tests

Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
This commit is contained in:
Dmitriy Zaporozhets 2015-09-25 10:04:09 +02:00
parent 1f78c5d460
commit 1868c8b258
No known key found for this signature in database
GPG Key ID: 161B5D6A44D3D88A
1 changed files with 1 additions and 2 deletions

View File

@ -5,8 +5,7 @@ class Spinach::Features::ProjectFork < Spinach::FeatureSteps
step 'I click link "Fork"' do
expect(page).to have_content "Shop"
expect(page).to have_content "Fork"
click_link "Fork"
click_link "Fork project"
end
step 'I am a member of project "Shop"' do