spec/hand_statistics_spec.rb in wizardwerdna-pokerstats-1.0.14 vs spec/hand_statistics_spec.rb in wizardwerdna-pokerstats-1.0.15
- old
+ new
@@ -1,8 +1,10 @@
require 'rubygems'
require 'activesupport'
require File.expand_path(File.dirname(__FILE__) + '/spec_helper')
require File.expand_path(File.dirname(__FILE__) + '/../lib/pokerstats/hand_statistics')
+
+include Pokerstats
require File.expand_path(File.dirname(__FILE__) + '/hand_statistics_spec_helper')
describe HandStatistics, "when created" do
before(:each) do
@stats = HandStatistics.new
\ No newline at end of file