Skip to content

Commit

Permalink
Remove test covering removed behavior of loading test.jar.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
enebo committed Dec 23, 2014
1 parent 96034ed commit 83ce6f5
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions test/jruby/test_load.rb
Expand Up @@ -183,10 +183,6 @@ def test_require_with_non_existent_jar_3
$:.shift
end

def test_load_rb_if_jar_doesnt_exist
require 'test/jruby/fake.jar' # test/fake.jar does not exist, but test/fake.jar.rb does.
end

def test_overriding_require_shouldnt_cause_problems
eval(<<DEPS, binding, "deps")
class ::Object
Expand Down

0 comments on commit 83ce6f5

Please sign in to comment.