search for: simplyhelpfulhelper

Displaying 1 result from an estimated 1 matches for "simplyhelpfulhelper".

2006 Dec 13
4
RSpec and simply_helpful
Hi All I''m having some problems running my view specs when using simply_helpful. I have it semi-working via the following: module SimplyHelpfulHelper def self.included(base) base.send :include, SimplyHelpful::RecordIdentificationHelper base.send :include, SimplyHelpful::RecordTagHelper end end context "The index template" do setup do @shift = mock("shift") @shift.stub!(:class).and_return(Shift) @shi...