From 698d7947c300a5f5d63965fb2ccce59601f2563b Mon Sep 17 00:00:00 2001 From: Kenta Murata Date: Wed, 6 Jan 2021 14:41:13 +0900 Subject: [ruby/bigdecimal] Include TestBigDecimalBase in TestBigDecimalUtil https://github.com/ruby/bigdecimal/commit/f732201df1 --- test/bigdecimal/test_bigmath.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/bigdecimal/test_bigmath.rb') diff --git a/test/bigdecimal/test_bigmath.rb b/test/bigdecimal/test_bigmath.rb index 6f271d0960..5bf1fbf318 100644 --- a/test/bigdecimal/test_bigmath.rb +++ b/test/bigdecimal/test_bigmath.rb @@ -1,5 +1,5 @@ # frozen_string_literal: false -require_relative "testbase" +require_relative "helper" require "bigdecimal/math" class TestBigMath < Test::Unit::TestCase -- cgit v1.2.3