test/tc_point3.rb in eymiha_math3-0.1.0 vs test/tc_point3.rb in eymiha_math3-1.0.0

- old
+ new

@@ -1,11 +1,12 @@ require 'test/unit' -require 'point3' +require 'eymiha/math3/point3' -class TC_Point3 < Test::Unit::TestCase +include Eymiha +include Eymiha::ThreeDimensions - understands ThreeDimensions +class TC_Point3 < Test::Unit::TestCase def test_initialize_and_equality p3 = Point3.new assert(p3 == origin) p3 = Point3.new 1,2,3