Sha256: 8df6ae050d084462945eab6406d5f9ecfc0629bd71fd63a2202d71cb9d42c8b7

Contents?: true

Size: 521 Bytes

Versions: 62

Compression:

Stored size: 521 Bytes

Contents

require File.expand_path('../../../spec_helper', __FILE__)
require File.expand_path('../fixtures/classes', __FILE__)
require File.expand_path('../shared/eql', __FILE__)

# Do not use #should_receive(:eql?) mocks in these specs
# because MSpec uses Hash for mocks and Hash calls #eql?.

describe "Hash#eql?" do
  it_behaves_like :hash_eql, :eql?

  ruby_version_is '1.8.7' do
    it_behaves_like :hash_eql_additional, :eql?
  end

  ruby_version_is '1.9' do
    it_behaves_like :hash_eql_additional_more, :eql?
  end

end

Version data entries

62 entries across 62 versions & 3 rubygems

Version Path
rhodes-7.6.0 spec/framework_spec/app/spec/core/hash/eql_spec.rb
rhodes-7.5.1 spec/framework_spec/app/spec/core/hash/eql_spec.rb
rhodes-7.4.1 spec/framework_spec/app/spec/core/hash/eql_spec.rb
rhodes-7.1.17 spec/framework_spec/app/spec/core/hash/eql_spec.rb
rhodes-6.2.0 spec/framework_spec/app/spec/core/hash/eql_spec.rb
rhodes-6.0.11 spec/framework_spec/app/spec/core/hash/eql_spec.rb
rhodes-5.5.18 spec/framework_spec/app/spec/core/hash/eql_spec.rb
rhodes-5.5.17 spec/framework_spec/app/spec/core/hash/eql_spec.rb
rhodes-5.5.15 spec/framework_spec/app/spec/core/hash/eql_spec.rb
rhodes-5.5.0.22 spec/framework_spec/app/spec/core/hash/eql_spec.rb
rhodes-5.5.2 spec/framework_spec/app/spec/core/hash/eql_spec.rb
rhodes-5.5.0.7 spec/framework_spec/app/spec/core/hash/eql_spec.rb
rhodes-5.5.0.3 spec/framework_spec/app/spec/core/hash/eql_spec.rb
rhodes-5.5.0 spec/framework_spec/app/spec/core/hash/eql_spec.rb
tauplatform-1.0.3 spec/framework_spec/app/spec/core/hash/eql_spec.rb
tauplatform-1.0.2 spec/framework_spec/app/spec/core/hash/eql_spec.rb
tauplatform-1.0.1 spec/framework_spec/app/spec/core/hash/eql_spec.rb
jactive_support-2.1.2 spec/java_ext/map/eql_spec.rb
jactive_support-3.0.0 spec/java_ext/map/eql_spec.rb
jactive_support-3.0.0.pre2 spec/java_ext/map/eql_spec.rb