Hi, I am a rspec newbie, can anyone guide me on how to write a spec for the below helper.
module MyHelper def test link_to('MyLink', resources_path) if @categories || @sub_categories end end @categories is an instance of Category model @sub_categories is an instance of SubCategory model
_______________________________________________ rspec-users mailing list rspec-users@rubyforge.org http://rubyforge.org/mailman/listinfo/rspec-users