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

describe "Integer#magnitude" do
  it_behaves_like :integer_abs, :magnitude
end