# File lib/quiz1/t/solutions/Moses Hohman/test_deck.rb, line 128 def test_is_joker_when_not_joker assert(!Card.new(Suit::SPADES, 7).is_joker?) end