02 July 2014 11:15
Better Specs { rspec guidelines with ruby }
by SponeRSpec is a great tool in the behavior-driven development (BDD) process of writing human readable specifications that direct and validate the development of your application.
On the web there are many resources that give complete overview of _what_ you can do with RSpec. But there are fewer resources devoted to how to create a great RSpec test suite.
Better Specs tries to fill this gap by collecting most of the "best practices" that other developers learn through years of experience.
1
(1 marks)