summaryrefslogtreecommitdiff
path: root/spec/ruby/library/bigdecimal/case_compare_spec.rb
blob: fac67143561980fc45038f2560161b677d5728a2 (plain)
1
2
3
4
5
6
7
require_relative '../../spec_helper'
require_relative 'shared/eql'


describe "BigDecimal#===" do
  it_behaves_like :bigdecimal_eql, :===
end