summaryrefslogtreecommitdiff
path: root/spec/ruby/library/bigdecimal/eql_spec.rb
blob: 4a2c0e0b11926d50acd403613ace23131252e908 (plain)
1
2
3
4
5
6
7
8
9
require_relative '../../spec_helper'

ruby_version_is ""..."3.4" do
  require_relative 'shared/eql'

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