Security update for permissions_by_term
[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
new file mode 100644 (file)
index 0000000..21eaaab
--- /dev/null
@@ -0,0 +1,17 @@
+@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