Security update for permissions_by_term
[yaffs-website] / vendor / behat / gherkin / tests / Behat / Gherkin / Fixtures / features / clean_tags.feature
diff --git a/vendor/behat/gherkin/tests/Behat/Gherkin/Fixtures/features/clean_tags.feature b/vendor/behat/gherkin/tests/Behat/Gherkin/Fixtures/features/clean_tags.feature
new file mode 100644 (file)
index 0000000..e3e9cc7
--- /dev/null
@@ -0,0 +1,10 @@
+Feature: Feature N4
+
+  @normal
+  Scenario:
+    Given Some normal step N41
+    And Some fast step N42
+
+  @fast
+  Scenario:
+    Given Some slow step N43