I don't think this is a Background issue.
Although I haven;t seen the code for your log in steps, it looks like your first line should be something like
Given a user: "me" exists
# so that the 2nd line 'I' uses this user
Or, change the 2nd line to
And the user is logged in
# so that it refers to the user created in the 1st line
It all depends on how you;ve implemented the log in steps.
Hope that helps.
Cheers,
Ian
> --
> You received this message because you are subscribed to the Google Groups "pickle" group.
> To post to this group, send email to pickle-...@googlegroups.com.
> To unsubscribe from this group, send email to pickle-cucumb...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/pickle-cucumber?hl=en.
>