rails--rails/railties/test/command
Jonathan Hefner 8ec7a2b7aa Isolate ARGV in Rails::Command.invoke
Follow-up to #38463.

By isolating ARGV, we guard against commands inadvertently depending on
prior ARGV contents.  Any such command will now behave consistently when
run via `Rails::Command.invoke`, whether coming from the Rails CLI or
from library code.  Likewise, any ARGV mutations done by a command will
not affect code that executes after `Rails::Command.invoke`.
2020-02-18 15:02:56 -06:00
..
base_test.rb Isolate ARGV in Rails::Command.invoke 2020-02-18 15:02:56 -06:00
spellchecker_test.rb Use `did_you_mean` spell checker for option suggestions 2018-03-23 11:36:03 +02:00