rails--rails/railties/test/command
Petrik d6612d5238 Remove Command::Spellchecker and use DidYouMean for suggestions
Instead of generating our own "Maybe you meant ..." message, when a
generator or a server isn't found, use DidYouMean::Correctable.

This commit adds a generic CorrectableError in the Command namespace
that could be used for corrections for other commands.

By using DidYouMean we can delete the Command::Spellchecker.

Co-authored-by: Ryuta Kamizono <kamipo@gmail.com>
2021-06-04 09:20:43 +02: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