Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
gpt
large_projects
gitlabhq1
Commits
ccdea8b8
Commit
ccdea8b8
authored
12 years ago
by
randx
Browse files
Options
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
)
...
...
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