Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / vendor / behat / gherkin / tests / Behat / Gherkin / Fixtures / features / test_unit.feature
diff --git a/vendor/behat/gherkin/tests/Behat/Gherkin/Fixtures/features/test_unit.feature b/vendor/behat/gherkin/tests/Behat/Gherkin/Fixtures/features/test_unit.feature
deleted file mode 100644 (file)
index ed08ba4..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-Feature: Test::Unit
-  In order to please people who like Test::Unit
-  As a Cucumber user
-  I want to be able to use assert* in my step definitions
-
-  Scenario: assert_equal
-    Given x = 5
-    And y = 5
-    Then I can assert that x == y