summaryrefslogtreecommitdiff
path: root/spec/ruby/core/numeric/imaginary_spec.rb
blob: ec708cb505b0f8c69b34193783b8fece412a2c44 (plain)
1
2
3
4
5
6
require_relative '../../spec_helper'
require_relative 'shared/imag'

describe "Numeric#imaginary" do
  it_behaves_like :numeric_imag, :imaginary
end