Skip to content

Commit

Permalink
fix the broken integration tests on jruby maven artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
mkristian committed Oct 30, 2015
1 parent f9b1f68 commit 4a19826
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
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
expect(__FILE__).to eq 'uri:classloader:/spec/one_spec.rb'
expect($CLASSPATH.size).to eq 4
expect(Jars.home).to eq 'uri:classloader:/jars'
expect(Dir.pwd).to eq 'uri:classloader:/'
expect(Dir.pwd).to eq 'uri:classloader://'
$LOAD_PATH.each do |lp|
# bundler or someone else messes up the $LOAD_PATH
unless ["uri", "classloader", "//gems/bundler-1.7.7/lib", "/gems/rspec-core-3.3.1/lib", "/gems/rspec-support-3.3.0/lib" ].member?( lp )
Expand Down

0 comments on commit 4a19826

Please sign in to comment.