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
9fcc40ae
Commit
9fcc40ae
authored
Dec 27, 2017
by
ogom
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix Gitlab::Access.values to Gitlab::Access.sym_options at 06_teams on development db fixtures
parent
0a259732
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
db/fixtures/development/06_teams.rb
db/fixtures/development/06_teams.rb
+1
-1
No files found.
db/fixtures/development/06_teams.rb
View file @
9fcc40ae
...
...
@@ -14,7 +14,7 @@ Sidekiq::Testing.inline! do
Project
.
all
.
each
do
|
project
|
User
.
all
.
sample
(
4
).
each
do
|
user
|
if
project
.
add_role
(
user
,
Gitlab
::
Access
.
value
s
.
sample
)
if
project
.
add_role
(
user
,
Gitlab
::
Access
.
sym_options
.
key
s
.
sample
)
print
'.'
else
print
'F'
...
...
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