Commit c8a0c028 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Fix factory

Signed-off-by: default avatarDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
parent 935fc796
......@@ -213,7 +213,7 @@ FactoryGirl.define do
factory :gitlab_license, class: "Gitlab::License" do
starts_at { Date.today - 1.month }
licensee do
{ "Name" => Faker::Name.name }
{ "Name" => FFaker::Name.name }
end
notify_users_at { |l| l.expires_at }
notify_admins_at { |l| l.expires_at }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment