Writing specs for 3rd party declaratives
26 Jul 2010
Using declaratives (eg. acts_as_authentic) provided by external libs is unavoidable in building a rails application. But testing 3rd party libs is surely not part of our work, yet how do we rest assured that these declaratives are called ??
Read More
Tags rspec