aboutsummaryrefslogtreecommitdiffstats
path: root/spec/rubyspec/core/bignum/magnitude_spec.rb
blob: 35b9ba6f1eb54ecd1bb35566c37cf2a07b1b5614 (plain)
1
2
3
4
5
6
require File.expand_path('../../../spec_helper', __FILE__)
require File.expand_path('../shared/abs', __FILE__)

describe "Bignum#magnitude" do
  it_behaves_like(:bignum_abs, :magnitude)
end