We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90c2f80 commit 62d5bbbCopy full SHA for 62d5bbb
ruby-tools/src/test/java/de/saumya/mojo/ruby/script/AbstractLauncherTest.java
@@ -60,7 +60,6 @@ public void should_execute_command_with_args_and_return_in_file() throws IOExcep
60
// -v line
61
assertThat(lines[0]).startsWith("jruby 9.4.3.0 (3.1.4)");
62
// --help first
63
- System.out.println(Arrays.toString(lines[1].getBytes()));
64
// JRuby 9.4.0.0 thru 9.4.3.0 always emit the escape sequence here (jruby/jruby#7864)
65
if (lines[1].startsWith("\033[1m")) {
66
assertThat(lines[1]).contains("jruby [switches] [--] [programfile] [arguments]");
0 commit comments