You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remove test that validates requiring rack via magic comment
This test does not work anymore due to rubygems being loaded by CRuby/JRuby by default and not being able
to easily switch around `GEM_HOME` and such to point to a location outside JRuby's own internal location
inside the jruby-core jar when tests are run via Maven directly. Can't find a way to workaround this to
get JRuby/rack runtimes under test to look for the gem in the correct external `target/rubygems` dir that Maven
otherwise uses. To move forward, am removing this test for now.
Signed-off-by: Chad Wilson <[email protected]>
0 commit comments