Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / vendor / behat / gherkin / tests / Behat / Gherkin / Fixtures / features / big_pystring.feature
diff --git a/vendor/behat/gherkin/tests/Behat/Gherkin/Fixtures/features/big_pystring.feature b/vendor/behat/gherkin/tests/Behat/Gherkin/Fixtures/features/big_pystring.feature
deleted file mode 100644 (file)
index 900d6c7..0000000
+++ /dev/null
@@ -1,26 +0,0 @@
-Feature: Big PyString
-  Scenario:
-    Then it should fail with:
-      """
-
-      # language: ru
-
-      UUUUUU
-
-      2 scenarios (2 undefined)
-      6 steps (6 undefined)
-
-      You can implement step definitions for undefined steps with these snippets:
-
-      $steps->Given('/^I have entered (\d+)$/', function($world, $arg1) {
-          throw new \Everzet\Behat\Exception\Pending();
-      });
-
-      $steps->Then('/^I must have (\d+)$/', function($world, $arg1) {
-          throw new \Everzet\Behat\Exception\Pending();
-      });
-
-      $steps->Then('/^String must be \'([^\']*)\'$/', function($world, $arg1) {
-          throw new \Everzet\Behat\Exception\Pending();
-      });
-      """