Skip to content

Commit d67e34f

Browse files
herwinwandrykonchin
authored andcommitted
Remove shared/math folder
The only remaining file was atanh, which is only used in math/atanh. Move it to the math folder. The folder itself has been cleared when support for Ruby 2.6 has been dropped. References: * commit 055d83c * commit 653c06d
1 parent 34ce2eb commit d67e34f

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

core/math/atanh_spec.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
require_relative '../../spec_helper'
2-
require_relative '../../fixtures/math/common'
3-
require_relative '../../shared/math/atanh'
2+
require_relative 'fixtures/common'
3+
require_relative 'shared/atanh'
44

55
describe "Math.atanh" do
66
it_behaves_like :math_atanh_base, :atanh, Math
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)