# File lib/quiz1/t/solutions/Moses Hohman/test_deck.rb, line 11
                def test_construcor_accepts_chars_for_jokers
                        assert_equal(Deck.new, Deck.new((1..52).to_a + [?A, ?B]))
                end