Sha256: 62d84dfecafa0306379dae83a48c53e3d8d6b58c1369caeadfd827fb9f3b8101

Contents?: true

Size: 167 Bytes

Versions: 9

Compression:

Stored size: 167 Bytes

Contents

FactoryGirl.define do
  factory :transaction_type, parent: :lookup, class: 'Logistics::Core::TransactionType' do
    type 'Logistics::Core::TransactionType'
  end
end

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
logistics_core-21.11.2 spec/factories/transaction_types.rb
logistics_core-21.11.1 spec/factories/transaction_types.rb
logistics_core-21.08.1 spec/factories/transaction_types.rb
logistics_core-21.03.1 spec/factories/transaction_types.rb
logistics_core-20.10.3 spec/factories/transaction_types.rb
logistics_core-20.10.2 spec/factories/transaction_types.rb
logistics_core-20.10.1 spec/factories/transaction_types.rb
logistics_core-20.9.1 spec/factories/transaction_types.rb
logistics_core-20.8.1 spec/factories/transaction_types.rb