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

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