From 78b675b41d9880e4276571acaee8402b6f5a459c Mon Sep 17 00:00:00 2001 From: kbe Date: Wed, 1 Oct 2025 08:39:51 +0200 Subject: [PATCH] chore: Remove puts in orders_controller_promotion_test.rb --- test/controllers/orders_controller_promotion_test.rb | 5 ----- 1 file changed, 5 deletions(-) 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!