fix failing tests
This commit is contained in:
parent
62f4a9de19
commit
3ec1bffc6c
2 changed files with 1 additions and 5 deletions
|
@ -92,7 +92,3 @@ Feature: Project
|
||||||
And I visit my empty project page
|
And I visit my empty project page
|
||||||
And I create bare repo
|
And I create bare repo
|
||||||
Then I should see command line instructions
|
Then I should see command line instructions
|
||||||
|
|
||||||
Scenario: I should not see command line instructions
|
|
||||||
Given I visit an empty project page
|
|
||||||
Then I should not see command line instructions
|
|
||||||
|
|
|
@ -18,7 +18,7 @@ class Spinach::Features::ExploreProjects < Spinach::FeatureSteps
|
||||||
end
|
end
|
||||||
|
|
||||||
step 'I should see empty public project details' do
|
step 'I should see empty public project details' do
|
||||||
expect(page).to have_content 'Git global setup'
|
expect(page).not_to have_content 'Git global setup'
|
||||||
end
|
end
|
||||||
|
|
||||||
step 'I should see empty public project details with http clone info' do
|
step 'I should see empty public project details with http clone info' do
|
||||||
|
|
Loading…
Reference in a new issue