Sha256: 751013cf004dff3141f4c4ce3f11883f4f89028387bfc37ebaa8abb4c670dd42

Contents?: true

Size: 168 Bytes

Versions: 37

Compression:

Stored size: 168 Bytes

Contents

FactoryBot.define do
  factory :order_list_response, class: Patch::OrderListResponse do
    success { true }
    error { {} }
    data { {} }
    meta { {} }
  end
end

Version data entries

37 entries across 37 versions & 1 rubygems

Version Path
patch_ruby-1.13.0 spec/factories/order_list_responses.rb
patch_ruby-1.12.0 spec/factories/order_list_responses.rb
patch_ruby-1.11.1 spec/factories/order_list_responses.rb
patch_ruby-1.11.0 spec/factories/order_list_responses.rb
patch_ruby-1.10.2 spec/factories/order_list_responses.rb
patch_ruby-1.10.1 spec/factories/order_list_responses.rb
patch_ruby-1.10.0 spec/factories/order_list_responses.rb
patch_ruby-1.9.0 spec/factories/order_list_responses.rb
patch_ruby-1.8.0 spec/factories/order_list_responses.rb
patch_ruby-1.7.0 spec/factories/order_list_responses.rb
patch_ruby-1.6.0 spec/factories/order_list_responses.rb
patch_ruby-1.5.2 spec/factories/order_list_responses.rb
patch_ruby-1.5.1 spec/factories/order_list_responses.rb
patch_ruby-1.5.0 spec/factories/order_list_responses.rb
patch_ruby-1.4.0 spec/factories/order_list_responses.rb
patch_ruby-1.3.0 spec/factories/order_list_responses.rb
patch_ruby-1.2.5 spec/factories/order_list_responses.rb