Commit e15a2b96 authored by randx's avatar randx

Keep network graph pending

parent 67f445af
......@@ -60,9 +60,10 @@ Given /^show me page$/ do
end
Given /^page should have network graph$/ do
page.should have_content "Project Network Graph"
within ".graph" do
page.should have_content "stable"
page.should have_content "notes_refacto..."
end
pending
#page.should have_content "Project Network Graph"
#within ".graph" do
#page.should have_content "stable"
#page.should have_content "notes_refacto..."
#end
end
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment