On Sat, May 16, 2009 at 1:08 AM, Lee Longmore wrote:
>
> I am new to RSpec and would appreciate some pointers on how to specify the
> following for my Rails application...
>
> I have a controller called ContextsController and, within this, the usual
> 'create' method. The first line of this method
Lee Longmore wrote:
I have a controller called ContextsController and, within this, the
usual 'create' method. The first line of this method should be:
@member = logged_in_member
where logged_in_member is a method that, for simplicity's sake, is a
private method of the ContextsController and
I am new to RSpec and would appreciate some pointers on how to specify the
following for my Rails application...
I have a controller called ContextsController and, within this, the usual
'create' method. The first line of this method should be:
@member = logged_in_member
where logged_in_memb