Fix cucumber failure that only happened on Travis

This commit is contained in:
Robert Speicher 2012-08-21 22:48:15 -04:00
parent 3095483e65
commit 6baf9c441d

View file

@ -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