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

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