🧑‍💻 Scenario: Using Machinist blueprints in Cucumber/Pickle

Given you have two blueprints for users: {% highlight ruby %} User.blueprint {} User.blueprint(:admin) {} {% endhighlight %} Then this is how you reference them from a Cucumber feature definition: {% highlight cucumber %} Given a user exists Given an admin_user exists {% endhighlight %} Took me some digging into the Pickle code to find that out. If you haven't checked out these amazing tools yet, here are some links: