如何删除 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