Commit 655b59a
committed
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 <chadw@thoughtworks.com>1 parent 39cdba5 commit 655b59a
1 file changed
Lines changed: 2 additions & 19 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
208 | 208 | | |
209 | 209 | | |
210 | 210 | | |
211 | | - | |
| 211 | + | |
212 | 212 | | |
213 | 213 | | |
214 | 214 | | |
| |||
310 | 310 | | |
311 | 311 | | |
312 | 312 | | |
313 | | - | |
314 | | - | |
315 | | - | |
316 | | - | |
317 | | - | |
318 | | - | |
319 | | - | |
320 | | - | |
321 | | - | |
322 | | - | |
323 | | - | |
324 | | - | |
325 | | - | |
326 | | - | |
327 | | - | |
328 | | - | |
329 | | - | |
330 | | - | |
| 313 | + | |
331 | 314 | | |
332 | 315 | | |
333 | 316 | | |
| |||
0 commit comments