Skip to content

Commit

Permalink
just fix the integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
mkristian committed Feb 12, 2015
1 parent fa60440 commit 1c0f056
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion maven/jruby/src/it/runnable/spec/one_spec.rb
Expand Up @@ -3,7 +3,7 @@
describe "something" do
it "does something" do
$CLASSPATH.size.should == 4
Jars.home.should == 'uri:classloader:/'
Jars.home.should == 'uri:classloader://'
Dir.pwd.should == 'uri:classloader://'
$LOAD_PATH.each do |lp|
lp.should =~ /^uri:classloader:|runnable.jar!\//
Expand Down

0 comments on commit 1c0f056

Please sign in to comment.