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
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
gitlab-ce
Commits
6d4ae75f
Commit
6d4ae75f
authored
Aug 24, 2012
by
randx
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Final fix for dashboard cucumber feature
parent
919cd602
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
features/step_definitions/dashboard_steps.rb
features/step_definitions/dashboard_steps.rb
+2
-2
No files found.
features/step_definitions/dashboard_steps.rb
View file @
6d4ae75f
...
@@ -107,11 +107,11 @@ end
...
@@ -107,11 +107,11 @@ end
Given
/^I have authored merge requests$/
do
Given
/^I have authored merge requests$/
do
project1
=
Factory
:project
,
project1
=
Factory
:project
,
:path
=>
"
project
1"
,
:path
=>
"
gitlabhq_
1"
,
:code
=>
"gitlabhq_1"
:code
=>
"gitlabhq_1"
project2
=
Factory
:project
,
project2
=
Factory
:project
,
:path
=>
"
project
2"
,
:path
=>
"
gitlabhq_
2"
,
:code
=>
"gitlabhq_2"
:code
=>
"gitlabhq_2"
project1
.
add_access
(
@user
,
:read
,
:write
)
project1
.
add_access
(
@user
,
:read
,
:write
)
...
...
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