Commit 6baf9c441d7051276b5bfdbe43499d74d3acc65d

Authored by Robert Speicher
1 parent 3095483e

Fix cucumber failure that only happened on Travis

features/step_definitions/project/projects_steps.rb
... ... @@ -73,7 +73,6 @@ Given /^page should have network graph$/ do
73 73 page.should have_content "Project Network Graph"
74 74 within ".graph" do
75 75 page.should have_content "master"
76   - page.should have_content "github"
77 76 page.should have_content "scss_refactor..."
78 77 end
79 78 end
... ...