summaryrefslogtreecommitdiff
path: root/features/steps/explore/projects.rb
diff options
context:
space:
mode:
Diffstat (limited to 'features/steps/explore/projects.rb')
-rw-r--r--features/steps/explore/projects.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/features/steps/explore/projects.rb b/features/steps/explore/projects.rb
index 742ba5d71f6..cb6fa8a47da 100644
--- a/features/steps/explore/projects.rb
+++ b/features/steps/explore/projects.rb
@@ -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