Skip to content

Commit 6562d5f

Browse files
committed
Remove use of JRuby object space in tests.
1 parent e081211 commit 6562d5f

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

test/test_helper.rb

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,3 @@
22

33
require 'minitest/autorun'
44
require 'zip/bzip2'
5-
6-
if defined? JRUBY_VERSION
7-
require 'jruby'
8-
JRuby.objectspace = true
9-
end

0 commit comments

Comments
 (0)