Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kazuhiko Shiozaki
gitlab-ce
Commits
5ff658a6
Commit
5ff658a6
authored
12 years ago
by
randx
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no pending cucumber for travis
parent
60db88ad
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
4 deletions
+3
-4
features/step_definitions/commits_steps.rb
features/step_definitions/commits_steps.rb
+3
-3
features/step_definitions/projects_steps.rb
features/step_definitions/projects_steps.rb
+0
-1
No files found.
features/step_definitions/commits_steps.rb
View file @
5ff658a6
...
@@ -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
This diff is collapsed.
Click to expand it.
features/step_definitions/projects_steps.rb
View file @
5ff658a6
...
@@ -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"
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment