1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/spec/ruby/core/complex/angle_spec.rb

8 lines
154 B
Ruby
Raw Normal View History

require_relative '../../spec_helper'
require_relative '../../shared/complex/arg'
describe "Complex#angle" do
it_behaves_like :complex_arg, :angle
end