From 6baf9c441d7051276b5bfdbe43499d74d3acc65d Mon Sep 17 00:00:00 2001 From: Robert Speicher Date: Tue, 21 Aug 2012 22:48:15 -0400 Subject: [PATCH] Fix cucumber failure that only happened on Travis --- features/step_definitions/project/projects_steps.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/features/step_definitions/project/projects_steps.rb b/features/step_definitions/project/projects_steps.rb index 1a336ed2..3ff08d58 100644 --- a/features/step_definitions/project/projects_steps.rb +++ b/features/step_definitions/project/projects_steps.rb @@ -73,7 +73,6 @@ Given /^page should have network graph$/ do page.should have_content "Project Network Graph" within ".graph" do page.should have_content "master" - page.should have_content "github" page.should have_content "scss_refactor..." end end