mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-09 20:56:08 +10:00
Enable snippets by default in project factory
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
This commit is contained in:
+2
-1
@@ -32,6 +32,7 @@ FactoryGirl.define do
|
||||
path { name.downcase.gsub(/\s/, '_') }
|
||||
namespace
|
||||
creator
|
||||
snippets_enabled true
|
||||
|
||||
trait :public do
|
||||
visibility_level Gitlab::VisibilityLevel::PUBLIC
|
||||
@@ -245,7 +246,7 @@ FactoryGirl.define do
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
|
||||
factory :email do
|
||||
user
|
||||
email do
|
||||
|
||||
Reference in New Issue
Block a user