commondream / shoulda_extras

Extra testing stuff for shoulda

This URL has Read+Write access

name age message
file README Loading commit data...
directory lib/
file shoulda_extras.gemspec
README
This is a quick set of extras for shoulda that I needed for my projects.

should_be_protected
====================
Takes a whitelist approach for should_protect_attributes. Makes sure that every attribute is secure except for the ones 
listed in the :except option.