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

- old
+ new

@@ -1,11 +1,12 @@ require 'test/unit' -require 'envelope3' +require 'eymiha/math3/envelope3' -class TC_Envelope3 < Test::Unit::TestCase +include Eymiha +include Eymiha::ThreeDimensions - understands ThreeDimensions +class TC_Envelope3 < Test::Unit::TestCase def test_empty envelope3 = Envelope3.new assert(envelope3.count == 0) assert_raise(EnvelopeException) { envelope3.high }