summaryrefslogtreecommitdiff
path: root/spec/ruby/library/matrix/imag_spec.rb
blob: a89186ec02962ae90dd605289dc2d862370536e4 (plain)
1
2
3
4
5
6
7
8
9
require_relative '../../spec_helper'

ruby_version_is ""..."3.1" do
  require_relative 'shared/imaginary'

  describe "Matrix#imag" do
    it_behaves_like :matrix_imaginary, :imag
  end
end