# File lib/quiz1/t/solutions/Moses Hohman/test_deck.rb, line 104 def test_parse_normal_card assert_equal(Card.new(Suit::CLUBS, 5), Card.parse(5)) end