Make unit tests great again – Integrate Jasmine into Rails
Jasmine is a framework to write tests for the Javascript code in the Behaviour Driven Development (BDD) style. In this article, you will learn how to integrate Jasmine into your existing rails application and how to write clean and beautiful unit tests. Let us make tests great again! Install Jasmine To make Jasmine available…