Security update for permissions_by_term
[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
new file mode 100644 (file)
index 0000000..35a144b
--- /dev/null
@@ -0,0 +1,30 @@
+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: []