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

describe "BigDecimal#eql?" do
  it_behaves_like :bigdecimal_eql, :eql?
end