summaryrefslogtreecommitdiff
path: root/spec/ruby/core/complex/coerce_spec.rb
blob: 7c01170fde887ea6fd45b6f4510c7a3af69d4a3f (plain)
1
2
3
4
5
require File.expand_path('../../../shared/complex/coerce', __FILE__)

describe "Complex#coerce" do
  it_behaves_like(:complex_coerce, :coerce)
end