The 1st test is complete ("stresstest-1.rb"). It compares our HandAnalyzer.evaluate method with the ruby-poker gem. Only problem was that we don't break out Royal Flushes from Straight Flushes.
The 2nd test will work as follows ("stresstest-2.rb"): Compare our HandAnalyzer.winner method with the ruby-poker gem. So far I am seeing a tie-break discrepancy for "high card" hands.
The 1st test is complete ("stresstest-1.rb"). It compares our HandAnalyzer.evaluate method with the ruby-poker gem. Only problem was that we don't break out Royal Flushes from Straight Flushes.
The 2nd test will work as follows ("stresstest-2.rb"): Compare our HandAnalyzer.winner method with the ruby-poker gem. So far I am seeing a tie-break discrepancy for "high card" hands.