test/data/statistics_test.rb in ai4r-1.9 vs test/data/statistics_test.rb in ai4r-1.11

- old
+ new

@@ -6,11 +6,11 @@ # You can redistribute it and/or modify it under the terms of # the Mozilla Public License version 1.1 as published by the # Mozilla Foundation at http://www.mozilla.org/MPL/MPL-1.1.txt require 'test/unit' -require File.dirname(__FILE__) + '/../../lib/ai4r/data/statistics' +require 'ai4r/data/statistics' module Ai4r module Data class StatisticsTest < Test::Unit::TestCase @@ -60,6 +60,6 @@ assert_equal 3.7, Statistics.max(@data_set, 2) end end end -end \ No newline at end of file +end