summaryrefslogtreecommitdiff
path: root/spec/ruby/core/numeric/imaginary_spec.rb
blob: b9d1701840e19935be42d09871090a6b35429fcf (plain)
1
2
3
4
5
6
require File.expand_path('../../../spec_helper', __FILE__)
require File.expand_path('../../../shared/complex/numeric/imag', __FILE__)

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