Security update for permissions_by_term
[yaffs-website] / vendor / behat / gherkin / tests / Behat / Gherkin / Fixtures / etalons / start_comments.yml
diff --git a/vendor/behat/gherkin/tests/Behat/Gherkin/Fixtures/etalons/start_comments.yml b/vendor/behat/gherkin/tests/Behat/Gherkin/Fixtures/etalons/start_comments.yml
new file mode 100644 (file)
index 0000000..45fcd77
--- /dev/null
@@ -0,0 +1,18 @@
+feature:
+  title:        Using the Console Formatter
+  language:     en
+  line:         3
+  description:  |-
+    In order to verify this error
+    I want to run this feature using the progress format
+    So that it can be fixed
+
+  scenarios:
+    -
+      type:     scenario
+      title:    A normal feature
+      line:     8
+      steps:
+        - { keyword_type: 'Given', type: 'Given',  text: 'I have a pending step',                                line: 9 }
+        - { keyword_type: 'When',  type: 'When',   text: 'I run this feature with the progress format',          line: 10 }
+        - { keyword_type: 'Then',  type: 'Then',   text: "I should get a no method error for 'backtrace_line'",  line: 11 }