test/test_stest.rb in statsample-0.18.0 vs test/test_stest.rb in statsample-1.0.0

- old
+ new

@@ -1,6 +1,5 @@ -require(File.dirname(__FILE__)+'/helpers_tests.rb') - +require(File.expand_path(File.dirname(__FILE__)+'/helpers_tests.rb')) class StatsampleTestTestCase < MiniTest::Unit::TestCase def test_chi_square_matrix_with_expected real=Matrix[[95,95],[45,155]] expected=Matrix[[68,122],[72,128]]