Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
GitLab
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
projects.thm.de
GitLab
4180a15c568a16371e14a869166827a7998e993b
4180a15c568a16371e14a869166827a7998e993b
Switch branch/tag
gitlab
spec
factories
lists.rb
Find file
Normal view
History
Permalink
lists.rb
95 Bytes
Edit
Web IDE
Newer
Older
Add service to create a board list
Douglas Barbosa Alexandre
committed
Aug 17, 2016
1
2
3
4
5
6
7
FactoryGirl
.
define
do
factory
:list
do
board
label
sequence
(
:position
)
end
end