Sha256: 9d0d79fb96333ba853c6347e694157c9f02b1d4ac013c985ee893108a7cf620c

Contents?: true

Size: 242 Bytes

Versions: 10

Compression:

Stored size: 242 Bytes

Contents

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

describe "Hash#to_hash" do
=begin self
  it "returns self" do
    h = new_hash
    h.to_hash.should equal(h)
  end
=end
end

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
jactive_support-2.1.2 spec/java_ext/map/to_hash_spec.rb
jactive_support-3.0.0 spec/java_ext/map/to_hash_spec.rb
jactive_support-3.0.0.pre2 spec/java_ext/map/to_hash_spec.rb
jactive_support-3.0.0.pre1 spec/java_ext/map/to_hash_spec.rb
jactive_support-2.1.1 spec/java_ext/map/to_hash_spec.rb
jactive_support-2.1.0 spec/java_ext/map/to_hash_spec.rb
jactive_support-2.0.0 spec/java_ext/map/to_hash_spec.rb
jactive_support-1.0.2 spec/java_ext/map/to_hash_spec.rb
jactive_support-1.0.1-universal-java-1.6 spec/java_ext/map/to_hash_spec.rb
jactive_support-1.0.0-universal-java-1.6 spec/java_ext/map/to_hash_spec.rb