test_unitジェネレーターを削除してrails generate
リストから非表示にするにはどうすればよいですか?
私はすでに私のためにうまくいかなかったいくつかの方法を試しました:
config.generators do |g|
g.test_framework nil
end
オプション付きのアプリを作成し-T
ます。
私のrails g
出力:
[a lot of other generators skipped]
TestUnit:
test_unit:controller
test_unit:helper
test_unit:integration
test_unit:mailer
test_unit:model
test_unit:plugin
test_unit:scaffold