From d18bddb31a0e52fc39e274e2e285a6e3eddf29c2 Mon Sep 17 00:00:00 2001 From: bustikiller Date: Thu, 24 Jul 2025 13:42:47 +0200 Subject: [PATCH] Remove commented-out code --- spec/services/tables/wheel_swap_spec.rb | 4 ---- 1 file changed, 4 deletions(-) diff --git a/spec/services/tables/wheel_swap_spec.rb b/spec/services/tables/wheel_swap_spec.rb index e30c5fc..de5fc5b 100644 --- a/spec/services/tables/wheel_swap_spec.rb +++ b/spec/services/tables/wheel_swap_spec.rb @@ -19,10 +19,6 @@ module Tables expect(result.tables.size).to eq(3) expect(result.tables.map(&:size)).to all(eq(3)) - # expect(result.tables).not_to include(initial_solution.tables[0]) - # expect(result.tables).not_to include(initial_solution.tables[1]) - # expect(result.tables).not_to include(initial_solution.tables[2]) - expect(result.tables.map(&:to_a).flatten).to match_array((:a..:i).to_a) end end