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
jactive_support-3.0.0.pre1 spec/java_ext/map/eql_spec.rb
jactive_support-2.1.1 spec/java_ext/map/eql_spec.rb
jactive_support-2.1.0 spec/java_ext/map/eql_spec.rb
rhodes-3.5.1.12 spec/framework_spec/app/spec/core/hash/eql_spec.rb
jactive_support-2.0.0 spec/java_ext/map/eql_spec.rb
rhodes-3.3.5 spec/framework_spec/app/spec/core/hash/eql_spec.rb
rhodes-3.4.2 spec/framework_spec/app/spec/core/hash/eql_spec.rb
rhodes-3.3.4 spec/framework_spec/app/spec/core/hash/eql_spec.rb
rhodes-3.3.3 spec/framework_spec/app/spec/core/hash/eql_spec.rb
jactive_support-1.0.2 spec/java_ext/map/eql_spec.rb
rhodes-3.3.3.beta.4 spec/framework_spec/app/spec/core/hash/eql_spec.rb
jactive_support-1.0.1-universal-java-1.6 spec/java_ext/map/eql_spec.rb
jactive_support-1.0.0-universal-java-1.6 spec/java_ext/map/eql_spec.rb
rhodes-3.3.3.beta.3 spec/framework_spec/app/spec/core/hash/eql_spec.rb
rhodes-3.3.3.beta.2 spec/framework_spec/app/spec/core/hash/eql_spec.rb
rhodes-3.3.3.beta.1 spec/framework_spec/app/spec/core/hash/eql_spec.rb
rhodes-3.3.2 spec/framework_spec/app/spec/core/hash/eql_spec.rb
rhodes-3.3.2.beta.7 spec/framework_spec/app/spec/core/hash/eql_spec.rb
rhodes-3.3.2.beta.6 spec/framework_spec/app/spec/core/hash/eql_spec.rb
rhodes-3.3.2.beta.5 spec/framework_spec/app/spec/core/hash/eql_spec.rb