summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Speicher <rspeicher@gmail.com>2012-08-21 22:48:15 -0400
committerRobert Speicher <rspeicher@gmail.com>2012-08-21 22:48:15 -0400
commit6baf9c441d7051276b5bfdbe43499d74d3acc65d (patch)
tree1fe33e684035a3a55cd5f500351b980ff6bd4a2d
parent3095483e650ae4fc79ff5012117877e5734b75ee (diff)
downloadgitlab-ce-6baf9c441d7051276b5bfdbe43499d74d3acc65d.tar.gz
Fix cucumber failure that only happened on Travis
-rw-r--r--features/step_definitions/project/projects_steps.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/features/step_definitions/project/projects_steps.rb b/features/step_definitions/project/projects_steps.rb
index 1a336ed2eb5..3ff08d58448 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