diff options
| author | randx <dmitriy.zaporozhets@gmail.com> | 2012-06-17 19:19:01 +0300 |
|---|---|---|
| committer | randx <dmitriy.zaporozhets@gmail.com> | 2012-06-17 19:19:01 +0300 |
| commit | 5ff658a60790a2d08a9b75a07478f03654ec7b3d (patch) | |
| tree | cee90a37454fb258bd2f48805910aad4bc47af69 /features/step_definitions | |
| parent | 60db88ad347a40a95d3004c69c3f00e215f8472c (diff) | |
| download | gitlab-ce-5ff658a60790a2d08a9b75a07478f03654ec7b3d.tar.gz | |
no pending cucumber for travis
Diffstat (limited to 'features/step_definitions')
| -rw-r--r-- | features/step_definitions/commits_steps.rb | 6 | ||||
| -rw-r--r-- | features/step_definitions/projects_steps.rb | 1 |
2 files changed, 3 insertions, 4 deletions
diff --git a/features/step_definitions/commits_steps.rb b/features/step_definitions/commits_steps.rb index b4c67128204..9bfccfc06ed 100644 --- a/features/step_definitions/commits_steps.rb +++ b/features/step_definitions/commits_steps.rb @@ -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 diff --git a/features/step_definitions/projects_steps.rb b/features/step_definitions/projects_steps.rb index edecf2e1735..6155e9065fb 100644 --- a/features/step_definitions/projects_steps.rb +++ b/features/step_definitions/projects_steps.rb @@ -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" |
