David Green wrote:
I'm trying to write a custom expectation: controller.should_require_login_for(:action_name).
I'm using the example in the docs for 'Custom Expectation Matchers' but I'm unsure how to make the get() method available to my ShouldRequireLogin class. I've tried requiring spec_helper but no joy.
can anyone help?
thanks
sorry, I should have said I'm using 0.8.0 with the rails plugin