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
ccdea8b8
Commit
ccdea8b8
authored
Aug 19, 2012
by
randx
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix dashboard random test fail
parent
8e3a2def
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
features/step_definitions/dashboard_steps.rb
features/step_definitions/dashboard_steps.rb
+4
-4
No files found.
features/step_definitions/dashboard_steps.rb
View file @
ccdea8b8
...
...
@@ -93,11 +93,11 @@ end
Given
/^I have assigned issues$/
do
project1
=
Factory
:project
,
:path
=>
"project1"
,
:code
=>
"
TEST
1"
:code
=>
"
gitlabhq_
1"
project2
=
Factory
:project
,
:path
=>
"project2"
,
:code
=>
"
TEST
2"
:code
=>
"
gitlabhq_
2"
project1
.
add_access
(
@user
,
:read
,
:write
)
project2
.
add_access
(
@user
,
:read
,
:write
)
...
...
@@ -116,11 +116,11 @@ end
Given
/^I have authored merge requests$/
do
project1
=
Factory
:project
,
:path
=>
"project1"
,
:code
=>
"
TEST
1"
:code
=>
"
gitlabhq_
1"
project2
=
Factory
:project
,
:path
=>
"project2"
,
:code
=>
"
TEST
2"
:code
=>
"
gitlabhq_
2"
project1
.
add_access
(
@user
,
:read
,
:write
)
project2
.
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