This repository has been archived by the owner on Feb 7, 2018. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 55
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This one was silly. The test was in command_line_spec, which is to test thing common to all Runners. But as I pointed out in the previous commit, only Posix and Process are capable of returning things from STDERR. So, of course, it fails in JRuby which isn't capable of running either Runner. This change moves the test to those Runners' specific tests.
- Loading branch information
Jon Yurek
committed
Sep 25, 2015
1 parent
ed4b3ab
commit cd171cf
Showing
3 changed files
with
22 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters