X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=vendor%2Fbehat%2Fgherkin%2Ftests%2FBehat%2FGherkin%2FFixtures%2Ffeatures%2Foutline_with_step_table.feature;fp=vendor%2Fbehat%2Fgherkin%2Ftests%2FBehat%2FGherkin%2FFixtures%2Ffeatures%2Foutline_with_step_table.feature;h=9d317719e0a37d0fedf2fb8f821cf167f9ebf143;hp=0000000000000000000000000000000000000000;hb=1270d9129ce8f27c9b28b10518e32132c58e0aca;hpb=c27c0f0cdaa3f354b1fe54a56ae7e854be6e3f68 diff --git a/vendor/behat/gherkin/tests/Behat/Gherkin/Fixtures/features/outline_with_step_table.feature b/vendor/behat/gherkin/tests/Behat/Gherkin/Fixtures/features/outline_with_step_table.feature new file mode 100644 index 000000000..9d317719e --- /dev/null +++ b/vendor/behat/gherkin/tests/Behat/Gherkin/Fixtures/features/outline_with_step_table.feature @@ -0,0 +1,13 @@ +Feature: Unsubstituted argument placeholder + + Scenario Outline: See Annual Leave Details (as Management & Human Resource) + Given the following users exist in the system + | name | email | role_assignments | group_memberships | + | Jane | jane@fmail.com | | Sales (manager) | + | Max | max@fmail.com | | Sales (member) | + | Carol | carol@fmail.com | | Sales (member) | + | Cat | cat@fmail.com | | | + + Examples: + | role | + | HUMAN RESOURCE |