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-1.13.0 spec/factories/estimate_responses.rb
patch_ruby-1.12.0 spec/factories/estimate_responses.rb
patch_ruby-1.11.1 spec/factories/estimate_responses.rb
patch_ruby-1.11.0 spec/factories/estimate_responses.rb
patch_ruby-1.10.2 spec/factories/estimate_responses.rb
patch_ruby-1.10.1 spec/factories/estimate_responses.rb
patch_ruby-1.10.0 spec/factories/estimate_responses.rb
patch_ruby-1.9.0 spec/factories/estimate_responses.rb
patch_ruby-1.8.0 spec/factories/estimate_responses.rb
patch_ruby-1.7.0 spec/factories/estimate_responses.rb
patch_ruby-1.6.0 spec/factories/estimate_responses.rb
patch_ruby-1.5.2 spec/factories/estimate_responses.rb
patch_ruby-1.5.1 spec/factories/estimate_responses.rb
patch_ruby-1.5.0 spec/factories/estimate_responses.rb
patch_ruby-1.4.0 spec/factories/estimate_responses.rb
patch_ruby-1.3.0 spec/factories/estimate_responses.rb
patch_ruby-1.2.5 spec/factories/estimate_responses.rb