modern-rails-template
modern-rails-template copied to clipboard
Add test configuration
It would be awesome to have the template generating a great configuration for tests out of the box. In my opinion, the best would be to include but I am super open to new options:
- Rspec
- Capybara
- Factory Bot
- Cucumber?
first feedback : no cucumber 😉
Ahah, any bad experience? I am curious ;)
no weird language to learn. it was made to allow product managers to write the specs... i wouldn't touch that if I were you
A combo : rspec
/ capybara
/ chrome headless
is lit
Ahah got it.
I also read somewhere (but cannot find it anymore) that we don't need database cleaner anymore with Rails 5.2. Have you heard about this?
yes. didn't try it though