summaryrefslogtreecommitdiff
path: root/spec/ruby/core/numeric/arg_spec.rb
blob: 37f4bff9b8fc23ebcb95b6aaa0d45108db61d806 (plain)
1
2
3
4
5
6
require_relative '../../spec_helper'
require_relative '../../shared/complex/numeric/arg'

describe "Numeric#arg" do
  it_behaves_like :numeric_arg, :arg
end