Fork me on GitHub

rspec

    Writing specs for 3rd party declaratives

    26 Jul 2010

    Ng Tze Yang

    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 


    Write ur own spec macros

    26 Jul 2010

    Ng Tze Yang

    Macro-writing is a great way to keep ur specs beautiful, compact & readable, & keeps specs writing fun. Macro-writing isn't rocket science, everyone can do it (almost, i think). Read More

    Tags