Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / vendor / behat / gherkin / tests / Behat / Gherkin / Fixtures / etalons / comments.yml
diff --git a/vendor/behat/gherkin/tests/Behat/Gherkin/Fixtures/etalons/comments.yml b/vendor/behat/gherkin/tests/Behat/Gherkin/Fixtures/etalons/comments.yml
deleted file mode 100644 (file)
index 2ae46cb..0000000
+++ /dev/null
@@ -1,21 +0,0 @@
-feature:
-  title:        Using the Console Formatter
-  language:     en
-  line:         3
-  description:  |-
-    In order to verify this error   # comment
-
-
-
-      I want to run this feature using the progress format#comment
-    So that it can be fixed
-
-  scenarios:
-    -
-      type:     scenario
-      title:    "A normal feature #comment in scenario title"
-      line:     19
-      steps:
-        - { keyword_type: 'Given', type: 'Given',  text: 'I have a pending step #comment',                       line: 21 }
-        - { keyword_type: 'When',  type: 'When',   text: 'I run this feature with the progress format #comment', line: 24 }
-        - { keyword_type: 'Then',  type: 'Then',   text: "I should get a no method error for 'backtrace_line'",  line: 31 }