Sha256: f111d472e811e89acf598f2fa19ef9049a1b28ca2d7c5fd4aef7a082cf0b616e

Contents?: true

Size: 149 Bytes

Versions: 37

Compression:

Stored size: 149 Bytes

Contents

FactoryBot.define do
  factory :estimate_response, class: Patch::EstimateResponse do
    success { true }
    error { {} }
    data { {} }
  end
end

Version data entries

37 entries across 37 versions & 1 rubygems

Version Path
patch_ruby-2.3.0 spec/factories/estimate_responses.rb
patch_ruby-2.1.1 spec/factories/estimate_responses.rb
patch_ruby-2.0.0 spec/factories/estimate_responses.rb
patch_ruby-1.24.2 spec/factories/estimate_responses.rb
patch_ruby-1.24.1 spec/factories/estimate_responses.rb
patch_ruby-1.24.0 spec/factories/estimate_responses.rb
patch_ruby-1.23.0 spec/factories/estimate_responses.rb
patch_ruby-1.22.0 spec/factories/estimate_responses.rb
patch_ruby-1.21.0 spec/factories/estimate_responses.rb
patch_ruby-1.20.0 spec/factories/estimate_responses.rb
patch_ruby-1.19.0 spec/factories/estimate_responses.rb
patch_ruby-1.18.0 spec/factories/estimate_responses.rb
patch_ruby-1.17.1 spec/factories/estimate_responses.rb
patch_ruby-1.17.0 spec/factories/estimate_responses.rb
patch_ruby-1.16.1 spec/factories/estimate_responses.rb
patch_ruby-1.16.0 spec/factories/estimate_responses.rb
patch_ruby-1.15.2 spec/factories/estimate_responses.rb
patch_ruby-1.15.1 spec/factories/estimate_responses.rb
patch_ruby-1.15.0 spec/factories/estimate_responses.rb
patch_ruby-1.14.0 spec/factories/estimate_responses.rb