summaryrefslogtreecommitdiff
path: root/spec/ruby/core/numeric/imaginary_spec.rb
blob: 41226569b3e0843685efcfe67c6c7068a560c414 (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