ruby/spec/syntax_suggest/integration
Nobuyoshi Nakada e537aa65c0 [ruby/syntax_suggest] Run with the given ruby command
Running the file with shebang has a few issues.

* shebang is an OS dependent feature. Many modern UNIX-like OSes
  support it, but not all, e.g., Windows.
* `env` command may not be in `/usr/bin`.
* "ruby" command may not be "ruby", when `--program-suffix` or other
  configuration option is used.

2edf241055
2023-01-07 17:02:49 +09:00
..
exe_cli_spec.rb [ruby/syntax_suggest] Run with the given ruby command 2023-01-07 17:02:49 +09:00
ruby_command_line_spec.rb Removed the needless test guard for syntax_suggest. 2022-12-23 14:07:02 +09:00
syntax_suggest_spec.rb Update SyntaxSuggest to use angle brackets > 2022-11-30 12:58:47 +09:00