modern-rails-template
modern-rails-template copied to clipboard
Why skipping tests?
I would remove the -T
flag, and install Rspec-rails
Then, when you run generators for models, controllers, helpers..., it will create tests file for these classes. But even if you don't user them, they won't bother you.
And if you want at some point to write tests, all the files will be there for you...
IMHO: keep the tests
Honestly, for the moment I have decided not to take care at all of the tests. Most of my freelance projects do not involve writing test (I am really sad about this...) and I did not have enough time to include a good config for them in the V0 of this app.
However, it is definitely the next step (once I will be sure this version is "stable enough") as this is also something super important for me.
If you want to help me and do this part, it would be awesome. We can begin to discuss the best config options in this issue if you want: https://github.com/damienlethiec/modern-rails-template/issues/3