mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-10 21:26:07 +10:00
Fix factory
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
This commit is contained in:
+2
-2
@@ -212,8 +212,8 @@ FactoryGirl.define do
|
||||
|
||||
factory :gitlab_license, class: "Gitlab::License" do
|
||||
starts_at { Date.today - 1.month }
|
||||
licensee do
|
||||
{ "Name" => Faker::Name.name }
|
||||
licensee do
|
||||
{ "Name" => FFaker::Name.name }
|
||||
end
|
||||
notify_users_at { |l| l.expires_at }
|
||||
notify_admins_at { |l| l.expires_at }
|
||||
|
||||
Reference in New Issue
Block a user