aboutsummaryrefslogtreecommitdiffstats
path: root/spec/ruby/core/complex/arg_spec.rb
blob: 92f5d79ba8979631e2cb1eaaea1e3649a4748d35 (plain)
1
2
3
4
5
6
7
require File.expand_path('../../../spec_helper', __FILE__)

require File.expand_path('../../../shared/complex/arg', __FILE__)

describe "Complex#arg" do
  it_behaves_like :complex_arg, :arg
end