Jak mogę usunąć generatory test_unit, aby zniknęły z listy rails generate
?Rails 4 usuń testowe generatory (szczególnie test_unit)
Próbowałem już kilka sposobów, które nie dla mnie:
config.generators do |g|
g.test_framework nil
end
stworzyć aplikację z -T
opcji.
Moja rails g
wyjściowa:
[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
Czy możesz wysłać swoje wyjście z generatora? –
Zaktualizowano. Nic specjalnego tylko domyślne generatory test_unit. – freemanoid