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
ab6096c17261605d835a4a8edae21f31d90026df
ab6096c17261605d835a4a8edae21f31d90026df
Switch branch/tag
gitlab
spec
factories
protected_branches.rb
Find file
Normal view
History
Permalink
protected_branches.rb
84 Bytes
Edit
Web IDE
Newer
Older
Move all factory definitions to their own file
Robert Speicher
committed
Mar 04, 2016
1
2
3
4
5
6
FactoryGirl
.
define
do
factory
:protected_branch
do
name
project
end
end