summaryrefslogtreecommitdiff
path: root/spec/ruby/library/bigdecimal/eql_spec.rb
blob: 5018b1d6703c767b2d5b78d582bd263735d0efa2 (plain)
1
2
3
4
5
6
require File.expand_path('../../../spec_helper', __FILE__)
require File.expand_path('../shared/eql.rb', __FILE__)

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