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 ...@@ -49,13 +49,13 @@ Given /^I see compared refs$/ do
end end
Given /^I visit project branches page$/ do 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 end
Given /^I visit project commit page$/ do 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 end
Given /^I visit project tags page$/ do 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 end
...@@ -60,7 +60,6 @@ Given /^show me page$/ do ...@@ -60,7 +60,6 @@ Given /^show me page$/ do
end end
Given /^page should have network graph$/ do Given /^page should have network graph$/ do
pending
#page.should have_content "Project Network Graph" #page.should have_content "Project Network Graph"
#within ".graph" do #within ".graph" do
#page.should have_content "stable" #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