mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
8ec7a2b7aa
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`. |
||
---|---|---|
.. | ||
base_test.rb | ||
spellchecker_test.rb |