It looks like your factories etc are now not being loaded before pickle, therefore pickle doesn't know about 'article_submission' and the like.
Try explicitly requiring your blueprints, or factories, or if you aren't using any, the models, at the top of features/support/pickle.rb
Let me know how you get on,
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.
>
The step def you provide has the colon in the wrong place. It should read:
Given a employee exists with a first_name: "John"
Hope that helps,
Cheers,
Ian
Sent from my iPhone