test/tc_rectify.rb in eymiha_math-0.1.1 vs test/tc_rectify.rb in eymiha_math-1.0.0

- old
+ new

@@ -1,7 +1,7 @@ require 'test/unit' -require 'rectify' +require 'eymiha/math/rectify' class TC_rectify < Test::Unit::TestCase def test_wrap_rectify assert(0.5.wrap_rectify(1) == 0.5)