Initial commit
This commit is contained in:
9
spec/factories/engine.rb
Normal file
9
spec/factories/engine.rb
Normal file
@@ -0,0 +1,9 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
FactoryBot.define do
|
||||
factory :engine do
|
||||
name { Faker::Company.unique.bs.strip.downcase }
|
||||
driver { 'peatio' }
|
||||
state { 'online' }
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user