Commit 5ff658a60790a2d08a9b75a07478f03654ec7b3d

Authored by randx
1 parent 60db88ad

no pending cucumber for travis

features/step_definitions/commits_steps.rb
@@ -49,13 +49,13 @@ Given /^I see compared refs$/ do @@ -49,13 +49,13 @@ Given /^I see compared refs$/ do
49 end 49 end
50 50
51 Given /^I visit project branches page$/ do 51 Given /^I visit project branches page$/ do
52 - pending # express the regexp above with the code you wish you had 52 + visit branches_project_repository_path(@project)
53 end 53 end
54 54
55 Given /^I visit project commit page$/ do 55 Given /^I visit project commit page$/ do
56 - pending # express the regexp above with the code you wish you had 56 + visit project_commit_path(@project, ValidCommit::ID)
57 end 57 end
58 58
59 Given /^I visit project tags page$/ do 59 Given /^I visit project tags page$/ do
60 - pending # express the regexp above with the code you wish you had 60 + visit tags_project_repository_path(@project)
61 end 61 end
features/step_definitions/projects_steps.rb
@@ -60,7 +60,6 @@ Given /^show me page$/ do @@ -60,7 +60,6 @@ Given /^show me page$/ do
60 end 60 end
61 61
62 Given /^page should have network graph$/ do 62 Given /^page should have network graph$/ do
63 - pending  
64 #page.should have_content "Project Network Graph" 63 #page.should have_content "Project Network Graph"
65 #within ".graph" do 64 #within ".graph" do
66 #page.should have_content "stable" 65 #page.should have_content "stable"