summaryrefslogtreecommitdiff
path: root/spec/ruby/library/matrix/imag_spec.rb
blob: 1c988753d87c060e5b87798a9410eb2cdb3d521f (plain)
1
2
3
4
5
6
require_relative '../../spec_helper'
require_relative 'shared/imaginary'

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