Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / vendor / behat / gherkin / tests / Behat / Gherkin / Fixtures / etalons / clean_tags.yml
diff --git a/vendor/behat/gherkin/tests/Behat/Gherkin/Fixtures/etalons/clean_tags.yml b/vendor/behat/gherkin/tests/Behat/Gherkin/Fixtures/etalons/clean_tags.yml
deleted file mode 100644 (file)
index 014c8d3..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
-feature:
-  title:        Feature N4
-  line:         1
-  description:  ~
-
-  scenarios:
-    -
-      type:     scenario
-      tags:     [normal]
-      line:     4
-      steps:
-        - { keyword_type: 'Given', type: 'Given',  text: 'Some normal step N41',   line: 5 }
-        - { keyword_type: 'Given',   type: 'And',    text: 'Some fast step N42',     line: 6 }
-
-    -
-      type:     scenario
-      tags:     [fast]
-      line:     9
-      steps:
-        - { keyword_type: 'Given', type: 'Given',  text: 'Some slow step N43',     line: 10 }