This is an example of how to use minispec-rails gem.
There are 4 commits in this repository:
- New, empty rails 5.1.1 app.
- Scaffold.
- Basic Mailer/Job.
- Adding the gem and converting the tests to spec style.
To test that it works, run bin/rails test test
(you need the last test
to include the system tests).