test/poker_rank_test.rb in holdem-1.0.0 vs test/poker_rank_test.rb in holdem-1.0.1
- old
+ new
@@ -1,6 +1,5 @@
-require 'minitest/autorun'
-require 'holdem'
+require_relative 'test_helper'
class PokerRankingTest < Minitest::Test
def test_pair
cards = CardGenerator.build(%w(Kd 8s 5s Kh Kc 5c Kc))
\ No newline at end of file