summaryrefslogtreecommitdiff
path: root/spec/ruby/core/complex/conjugate_spec.rb
blob: 8fda364027eb960a25ea08113dfcb8d8b98b228a (plain)
1
2
3
4
5
6
require_relative '../../spec_helper'
require_relative '../../shared/complex/conjugate'

describe "Complex#conjugate" do
  it_behaves_like :complex_conjugate, :conjugate
end