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

describe "Float#phase" do
  it_behaves_like :float_arg, :phase
end