Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / vendor / behat / gherkin / tests / Behat / Gherkin / Fixtures / features / comments.feature
diff --git a/vendor/behat/gherkin/tests/Behat/Gherkin/Fixtures/features/comments.feature b/vendor/behat/gherkin/tests/Behat/Gherkin/Fixtures/features/comments.feature
deleted file mode 100644 (file)
index 02ca25c..0000000
+++ /dev/null
@@ -1,32 +0,0 @@
-# Users want to use cucumber, so tests are necessary to verify
-# it is all working as expected
-Feature: Using the Console Formatter
-# com
-# comment
-#com
-  In order to verify this error   # comment
-
-
-
-    I want to run this feature using the progress format#comment
-  # COMMENT
-  # COMMENT
-  # COMMENT
-  # COMMENT
-  So that it can be fixed
-
-  #comment
-  Scenario: A normal feature #comment in scenario title
-    #comment
-    Given I have a pending step #comment
-    #comment
-    #comment
-    When  I run this feature with the progress format #comment
-
-
-#comment
-  #comment
-    #comment
-
-    Then  I should get a no method error for 'backtrace_line'
-