Skip to content

Commit

Permalink
Revert "Putting this set to pending to examine what other JI specs fa…
Browse files Browse the repository at this point in the history
…il on Travis"

This reverts commit a85f52b.
  • Loading branch information
BanzaiMan committed Feb 3, 2013
1 parent a85f52b commit 96d04de
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions spec/java_integration/types/map_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,6 @@ class HashExt < java.util.HashMap
###

# Test hash coercion
pending 'fails on Travis' do
if RUBY_VERSION =~ /1\.9/
class MyHash
def initialize(hash)
Expand Down Expand Up @@ -243,7 +242,6 @@ class SubHash < Hash
test_equal(10, x[:a])
test_equal(20, x[:b])
end
end

class H1 < java.util.HashMap
end
Expand Down

0 comments on commit 96d04de

Please sign in to comment.