# File lib/quiz1/t/solutions/Moses Hohman/test_deck.rb, line 81
                def test_triple_cut_with_empty_side
                        deck = Deck.new([2..53,1,54])
                        deck.triple_cut!([Card.joker(?A), Card.joker(?B)])
                        assert_equal(Deck.new([53,1,54,2..52]), deck)
                end