RubyFlow : The Ruby Community Blog

Home   Submit   Sign Up   Log In   leaders   Twitter   RSS Feed  
 

cassiomarques — 2 posts

http://cassiomarques.wordpress.com

EnumerateIt is a gem to create enumerations and associate then with your objects' attributes. It also adds some interesting new methods to help you manage these enumerations.
Generic tests with Rspec  cassiomarques.wordpress.com
A simple technique to avoid duplication in Rspec tests using shared examples and described_class.