Skip to content

Commit

Permalink
expands path for new load tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mkristian committed Feb 11, 2015
1 parent f3d806d commit ee68c63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_load.rb
Expand Up @@ -264,7 +264,7 @@ def test_loading_jar_with_leading_underscore
def test_jar_with_plus_in_name
assert_in_sub_runtime %{
require 'test/jar_with+.jar'
Dir['test/jar_with+.jar!/*'].size == 2
Dir["#{File.dirname( __FILE__ )}/jar_with+.jar!/*"].size == 2
}
end

Expand Down

0 comments on commit ee68c63

Please sign in to comment.