🧑💻 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: {% …