Testing is where we spend most of our time as developers. Good testing raises the quality of software, reduces bugs and, in the long run, makes our work easier. In this article, we’ll discuss the basics of testing with Ruby on Rails: What is BDD?How to test models in Rails?How to test business logic with Rspec?How to use Continuous Integration to automate testing? What is Behaviour-driven Developm
