Commit 3ec1bffc authored by Phil Hughes's avatar Phil Hughes

fix failing tests

parent 62f4a9de
......@@ -92,7 +92,3 @@ Feature: Project
And I visit my empty project page
And I create bare repo
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
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
step 'I should see empty public project details with http clone info' do
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment