Skip to content

Commit

Permalink
Future-proof the tests (#45)
Browse files Browse the repository at this point in the history
  • Loading branch information
pcothenet authored Sep 9, 2021
1 parent 5c50f4d commit 19fbf52
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion spec/integration/estimates_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,12 @@
make: make,
model: model,
year: year,
create_order: false
create_order: true
)

expect(vehicle_estimate.data.type).to eq 'vehicle'
expect(vehicle_estimate.data.mass_g).to eq 5_500
expect(vehicle_estimate.data.order.mass_g).to eq 5_500
end

it 'supports creating vehicle estimates with partial information' do
Expand Down

0 comments on commit 19fbf52

Please sign in to comment.