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

describe "Float#arg" do
  it_behaves_like :float_arg, :arg
end