Post

Always run the tests

A reminder to always run tests, even if you are confident that your changes will not break anything

Even if you think your change doesn’t affect the tests, run them anyway.

In our case it takes 30 seconds…

1
2
RAILS_ENV=test rake db:drop db:create db:schema:load db:seed
rspec
This post is licensed under CC BY-NC 4.0 by the author.