Initial commit
This commit is contained in:
9
spec/factories/level.rb
Normal file
9
spec/factories/level.rb
Normal file
@@ -0,0 +1,9 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
FactoryBot.define do
|
||||
factory :level do
|
||||
key { Faker::Hacker.noun }
|
||||
value { Faker::Hacker.adjective }
|
||||
description { Faker::Hacker.say_something_smart }
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user