mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
6 lines
117 B
Ruby
6 lines
117 B
Ruby
|
require File.expand_path('../shared/abs', __FILE__)
|
||
|
|
||
|
describe "Float#abs" do
|
||
|
it_behaves_like(:float_abs, :abs)
|
||
|
end
|