test/math_test.rb in polynomials-0.1.7 vs test/math_test.rb in polynomials-0.2.0
- old
+ new
@@ -1,5 +1,5 @@
-require 'test_helper'
+require_relative 'test_helper'
class TestMath < MiniTest::Unit::TestCase
def test_roots_for_constant_functions
polynomial = Polynomial.parse('5')
assert_equal Set[],polynomial.roots
end