I use rspec with Rails 4 and when creating controllers, for example, I always need to pass the parameter - no-test-framework . Is there a way not to generate these tests by default without having to explicitly specify it (I often forget, and then I need to manually delete the generated tests).
Thanks!
ruby-on-rails unit-testing
ilovebigmacs
source share