Skip to content
This repository was archived by the owner on Mar 15, 2022. It is now read-only.

Commit f22e34a

Browse files
committed
Fixed broken JRuby tests.
1 parent 9b72184 commit f22e34a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

lib/ref.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ module Ref
1010
# Use native Java references
1111
begin
1212
$LOAD_PATH.unshift(File.dirname(__FILE__))
13-
require 'ref/org/jruby/ext/ref/references'
13+
require 'org/jruby/ext/ref/references'
1414
ensure
1515
$LOAD_PATH.shift if $LOAD_PATH.first == File.dirname(__FILE__)
1616
end

test/test_helper.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
require 'test/unit'
2-
31
require 'coveralls'
42
Coveralls.wear!
53

4+
require 'test/unit'
5+
66
require 'ref'
77
require 'ref/mock'
88

0 commit comments

Comments
 (0)