summaryrefslogtreecommitdiff
path: root/spec/ruby/core/fixnum/magnitude_spec.rb
blob: dc250eba19fca7667d0e13ac083cb0a89d1d0173 (plain)
1
2
3
4
5
6
require File.expand_path('../../../spec_helper', __FILE__)
require File.expand_path('../shared/abs', __FILE__)

describe "Fixnum#magnitude" do
  it_behaves_like :fixnum_abs, :magnitude
end