Skip to content
Snippets Groups Projects
Commit 3ec1bffc authored by Phil Hughes's avatar Phil Hughes
Browse files

fix failing tests

parent 62f4a9de
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -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
Loading
Loading
@@ -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
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment