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
1
Merge Requests
1
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
nexedi
gitlab-ce
Commits
5ff658a6
Commit
5ff658a6
authored
Jun 17, 2012
by
randx
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no pending cucumber for travis
parent
60db88ad
Changes
2
Hide 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
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
features/step_definitions/projects_steps.rb
View file @
5ff658a6
...
...
@@ -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"
...
...
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