summaryrefslogtreecommitdiff
path: root/spec/ruby/core/numeric/conjugate_spec.rb
blob: 77d70d99a4e503a7802aa742f16b92f2deeedba6 (plain)
1
2
3
4
5
6
require_relative '../../spec_helper'
require_relative '../../shared/complex/numeric/conj'

describe "Numeric#conjugate" do
  it_behaves_like :numeric_conj, :conjugate
end