Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / vendor / behat / gherkin / tests / Behat / Gherkin / Fixtures / etalons / background.yml
diff --git a/vendor/behat/gherkin/tests/Behat/Gherkin/Fixtures/etalons/background.yml b/vendor/behat/gherkin/tests/Behat/Gherkin/Fixtures/etalons/background.yml
deleted file mode 100644 (file)
index a7b1a7b..0000000
+++ /dev/null
@@ -1,18 +0,0 @@
-feature:
-  title:        Feature with background
-  language:     en
-  line:         1
-  description:  ~
-
-  background:
-    line:       3
-    steps:
-      - { keyword_type: Given, type: Given, text: a passing step, line: 4 }
-
-  scenarios:
-    -
-      type:     scenario
-      title:    ~
-      line:     6
-      steps:
-        - { keyword_type: Given, type: Given, text: a failing step, line: 7 }