no pending cucumber for travis
This commit is contained in:
parent
60db88ad34
commit
5ff658a607
2 changed files with 3 additions and 4 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue