Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / vendor / behat / gherkin / tests / Behat / Gherkin / Fixtures / etalons / background_title.yml
diff --git a/vendor/behat/gherkin/tests/Behat/Gherkin/Fixtures/etalons/background_title.yml b/vendor/behat/gherkin/tests/Behat/Gherkin/Fixtures/etalons/background_title.yml
deleted file mode 100644 (file)
index f69277d..0000000
+++ /dev/null
@@ -1,26 +0,0 @@
-feature:
-  title:        Feature with titled background
-  language:     en
-  line:         1
-  description:  ~
-
-  background:
-    line:       3
-    title:      |-
-      Some Background
-      title with
-       couple
-        of
-         | continuous  |
-       """
-       strings
-    steps:
-      - { keyword_type: Given, type: Given, text: a passing step, line: 10 }
-
-  scenarios:
-    -
-      type:     scenario
-      title:    ~
-      line:     12
-      steps:
-        - { keyword_type: Given, type: Given, text: a failing step, line: 13 }