Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / vendor / behat / gherkin / tests / Behat / Gherkin / Fixtures / etalons / outline_with_step_table.yml
diff --git a/vendor/behat/gherkin/tests/Behat/Gherkin/Fixtures/etalons/outline_with_step_table.yml b/vendor/behat/gherkin/tests/Behat/Gherkin/Fixtures/etalons/outline_with_step_table.yml
deleted file mode 100644 (file)
index 8c59ff1..0000000
+++ /dev/null
@@ -1,29 +0,0 @@
-feature:
-  title:        Unsubstituted argument placeholder
-  language:     en
-  line:         1
-  description:  ~
-
-  scenarios:
-    -
-      type:     outline
-      title:    'See Annual Leave Details (as Management & Human Resource)'
-      line:     3
-      steps:
-        -
-          keyword_type: Given
-          type:         Given
-          text:         the following users exist in the system
-          line:         4
-          arguments:
-            -
-              type:   table
-              rows:
-                5: [ name, email, role_assignments, group_memberships ]
-                6: [ Jane, jane@fmail.com, <role>, Sales (manager) ]
-                7: [ Max, max@fmail.com, '', Sales (member) ]
-                8: [ Carol, carol@fmail.com, '', Sales (member) ]
-                9: [ Cat, cat@fmail.com, '', '' ]
-      examples:
-        12: [ role ]
-        13: [ HUMAN RESOURCE ]