aboutsummaryrefslogtreecommitdiffstats
path: root/spec/rubyspec/core/complex/conj_spec.rb
blob: ad2c885b3bdd698f1d8a2bf993b55f38ca8bbeac (plain)
1
2
3
4
5
6
require File.expand_path('../../../spec_helper', __FILE__)
require File.expand_path('../../../shared/complex/conjugate', __FILE__)

describe "Complex#conj" do
  it_behaves_like(:complex_conjugate, :conj)
end