diff --git a/test/controllers/orders_controller_promotion_test.rb b/test/controllers/orders_controller_promotion_test.rb index d9d3370..253fd23 100644 --- a/test/controllers/orders_controller_promotion_test.rb +++ b/test/controllers/orders_controller_promotion_test.rb @@ -36,11 +36,6 @@ class OrdersControllerPromotionTest < ActionDispatch::IntegrationTest price_cents: 2000 ) - # Debug the ticket creation - puts "Ticket saved: #{ticket.persisted?}" - puts "Ticket errors: #{ticket.errors.full_messages}" unless ticket.valid? - puts "Order tickets count: #{@order.tickets.count}" - # Recalculate the order total @order.calculate_total!