aboutsummaryrefslogtreecommitdiffstats
path: root/spec/ruby/core/complex/arg_spec.rb
blob: 04c406e60ed80d04075ae9470f5a2b07fbcd0bf9 (plain)
1
2
3
4
5
6
7
require_relative '../../spec_helper'

require_relative '../../shared/complex/arg'

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