Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / vendor / behat / gherkin / tests / Behat / Gherkin / Fixtures / etalons / empty_scenarios.yml
diff --git a/vendor/behat/gherkin/tests/Behat/Gherkin/Fixtures/etalons/empty_scenarios.yml b/vendor/behat/gherkin/tests/Behat/Gherkin/Fixtures/etalons/empty_scenarios.yml
deleted file mode 100644 (file)
index 35a144b..0000000
+++ /dev/null
@@ -1,30 +0,0 @@
-feature:
-  title:        Math
-  language:     en
-  line:         1
-  description:  |-
-    In order to avoid silly mistakes
-    As a math idiot
-    I want to be told the calculation of two numbers
-
-  scenarios:
-    -
-      type:  scenario
-      title: Add two numbers
-      line:  6
-      steps: []
-    -
-      type:  scenario
-      title: Div two numbers
-      line:  7
-      steps: []
-    -
-      type:  scenario
-      title: Multiply two numbers
-      line:  9
-      steps: []
-    -
-      type:  scenario
-      title: Sub two numbers
-      line:  12
-      steps: []