summaryrefslogtreecommitdiff
path: root/spec/ruby/core/complex/conjugate_spec.rb
blob: e5a01bfe454f951e9adef1b4c13754764cef3fda (plain)
1
2
3
4
5
6
require File.expand_path('../../../spec_helper', __FILE__)
require File.expand_path('../../../shared/complex/conjugate', __FILE__)

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