1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/railties/test/command
Alex Ghiculescu 34ff6a0a4a Display a help message if rails new is called without a path
Fixes https://github.com/rails/rails/issues/42196

Now, `rails new` will display the same error message that `rails` and `rails help new` does.

To test:

- Pull this branch
- Uninstall your local rails copy using `gem uninstall rails`
- Move into the root directory where you pulled down the rails code, then install: `rake install`
- In another directory run `rails new`
2021-05-14 10:21:26 -05:00
..
application_test.rb Display a help message if rails new is called without a path 2021-05-14 10:21:26 -05:00
base_test.rb Populate ARGV with Rails::Command.invoke args 2021-04-03 10:12:52 -05:00
spellchecker_test.rb