File tree Expand file tree Collapse file tree 5 files changed +6
-5
lines changed Expand file tree Collapse file tree 5 files changed +6
-5
lines changed File renamed without changes.
Original file line number Diff line number Diff line change 1
1
# frozen_string_literal: false
2
- require_relative "testbase "
2
+ require_relative "helper "
3
3
require 'bigdecimal/math'
4
4
require 'rbconfig/sizeof'
5
5
Original file line number Diff line number Diff line change 1
1
# frozen_string_literal: false
2
- require_relative "testbase"
3
-
2
+ require_relative "helper"
4
3
require 'bigdecimal/util'
5
4
6
5
class TestBigDecimalUtil < Test ::Unit ::TestCase
6
+ include TestBigDecimalBase
7
+
7
8
def test_BigDecimal_to_d
8
9
x = BigDecimal ( 1 )
9
10
assert_same ( x , x . to_d )
Original file line number Diff line number Diff line change 1
1
# frozen_string_literal: false
2
- require_relative "testbase "
2
+ require_relative "helper "
3
3
require "bigdecimal/math"
4
4
5
5
class TestBigMath < Test ::Unit ::TestCase
Original file line number Diff line number Diff line change 1
1
# frozen_string_literal: true
2
- require_relative "testbase "
2
+ require_relative "helper "
3
3
4
4
class TestBigDecimalRactor < Test ::Unit ::TestCase
5
5
include TestBigDecimalBase
You can’t perform that action at this time.
0 commit comments