Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / vendor / behat / gherkin / tests / Behat / Gherkin / Fixtures / features / outline_with_step_table.feature
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
deleted file mode 100644 (file)
index 9d31771..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-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  | <role>           | Sales (manager)   |
-      | Max   | max@fmail.com   |                  | Sales (member)    |
-      | Carol | carol@fmail.com |                  | Sales (member)    |
-      | Cat   | cat@fmail.com   |                  |                   |
-
-    Examples:
-      | role           |
-      | HUMAN RESOURCE |