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

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