Scenario: Bad Given a category exists with a name of "Foo" Given a product exists with a category of "Foo" Scenario: Good Given the following products exist: | name | category | | Foo | name: Bar |