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

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