aboutsummaryrefslogtreecommitdiffstats
path: root/spec/rubyspec/core/complex/phase_spec.rb
blob: c17f922c7f2ab3c5ea4f7fe8d4f6df2741f49497 (plain)
1
2
3
4
5
6
require File.expand_path('../../../spec_helper', __FILE__)
require File.expand_path('../../../shared/complex/arg', __FILE__)

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