Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / vendor / behat / gherkin / tests / Behat / Gherkin / Fixtures / features / tags_sample.feature
diff --git a/vendor/behat/gherkin/tests/Behat/Gherkin/Fixtures/features/tags_sample.feature b/vendor/behat/gherkin/tests/Behat/Gherkin/Fixtures/features/tags_sample.feature
deleted file mode 100644 (file)
index 21eaaab..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-@sample_one
-Feature: Tag samples
-
-  @sample_two @sample_four
-  Scenario: Passing
-    Given missing
-
-  @sample_three
-  Scenario Outline:
-    Given <state>
-  Examples:
-    |state|
-    |missing|
-
-  @sample_three @sample_four
-  Scenario: Skipped
-    Given missing
\ No newline at end of file