diff --git a/spec/features/consumer/shopping/orders_spec.rb b/spec/features/consumer/shopping/orders_spec.rb index 90c3e6ad5f..e9b342c1c7 100644 --- a/spec/features/consumer/shopping/orders_spec.rb +++ b/spec/features/consumer/shopping/orders_spec.rb @@ -24,13 +24,9 @@ feature "Order Management", js: true do before do # For some reason, both bill_address and ship_address are not set # automatically. - # - # Also, assigning the shipping_method to a ShippingMethod instance results - # in a SystemStackError. order.update_attributes!( bill_address: bill_address, - ship_address: ship_address, - shipping_method_id: shipping_method.id + ship_address: ship_address ) end