public marks

PUBLIC MARKS from Spone with tags ruby & test

January 2016

Stubbing External Services in Rails - Semaphore

Learn how to stub external services when testing your Ruby on Rails application.

July 2014

Better Specs { rspec guidelines with ruby }

RSpec 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.