Sha256: 8156f4f84c02fde90e7f9cedade4d3b365d48e830fe1220bea416a932f39c299

Contents?: true

Size: 149 Bytes

Versions: 16

Compression:

Stored size: 149 Bytes

Contents

# frozen_string_literal: true

FactoryBot.define do
  factory :factory, class: '::Factory' do
    sequence(:name) { |n| "Factory ###{n}" }
  end
end

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
azeroth-1.0.0 spec/support/factories/factory.rb
azeroth-0.10.1 spec/support/factories/factory.rb
azeroth-0.10.0 spec/support/factories/factory.rb
azeroth-0.9.0 spec/support/factories/factory.rb
azeroth-0.8.2 spec/support/factories/factory.rb
azeroth-0.8.1 spec/support/factories/factory.rb
azeroth-0.8.0 spec/support/factories/factory.rb
azeroth-0.7.4 spec/support/factories/factory.rb
azeroth-0.7.3 spec/support/factories/factory.rb
azeroth-0.7.2 spec/support/factories/factory.rb
azeroth-0.7.1 spec/support/factories/factory.rb
azeroth-0.7.0 spec/support/factories/factory.rb
azeroth-0.6.5 spec/support/factories/factory.rb
azeroth-0.6.4 spec/support/factories/factory.rb
azeroth-0.6.3 spec/support/factories/factory.rb
azeroth-0.6.2 spec/support/factories/factory.rb