rails/railties/test/commands
yuuji.yaginuma fb173b6613 Do not show suggestion message when not exist suggestion
**before**

```
$ ./bin/rails g g
Could not find generator 'g'. Maybe you meant nil?
Run `rails generate --help` for more options.
```

**after**

```
$ ./bin/rails g g
Could not find generator 'g'.
Run `rails generate --help` for more options.
```
2018-12-29 18:57:55 +09:00
..
console_test.rb Turn on performance based cops 2018-07-23 15:37:06 -07:00
credentials_test.rb Support environment specific credentials file. (#33521) 2018-09-19 14:02:00 -07:00
dbconsole_test.rb Enable Style/RedundantBegin cop to avoid newly adding redundant begin block 2018-12-21 06:12:42 +09:00
dev_test.rb Adds Rails:Command for dev:cache that has the same behaviour as the rake task 2018-08-13 11:27:01 -04:00
encrypted_test.rb Recommend use of rails over bin/rails 2018-07-06 22:46:35 +02:00
initializers_test.rb Move 'rails initializers' command to Rails::Command 2018-08-16 10:46:11 -04:00
notes_test.rb Make NotesCommand tests more performant by getting rid of unecessary map 2018-07-05 10:01:46 -04:00
routes_test.rb Import Action Mailbox 2018-12-25 21:32:35 -05:00
secrets_test.rb Deprecate encrypted secrets in favor of credentials. 2017-11-12 17:50:09 +01:00
server_test.rb Do not show suggestion message when not exist suggestion 2018-12-29 18:57:55 +09:00