Commit 5ff658a6 authored by randx's avatar randx

no pending cucumber for travis

parent 60db88ad
......@@ -49,13 +49,13 @@ Given /^I see compared refs$/ do
end
Given /^I visit project branches page$/ do
pending # express the regexp above with the code you wish you had
visit branches_project_repository_path(@project)
end
Given /^I visit project commit page$/ do
pending # express the regexp above with the code you wish you had
visit project_commit_path(@project, ValidCommit::ID)
end
Given /^I visit project tags page$/ do
pending # express the regexp above with the code you wish you had
visit tags_project_repository_path(@project)
end
......@@ -60,7 +60,6 @@ Given /^show me page$/ do
end
Given /^page should have network graph$/ do
pending
#page.should have_content "Project Network Graph"
#within ".graph" do
#page.should have_content "stable"
......
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