test_testing.feature (removed)

Info

Parent directory

/

Last update

Deleted — 2019-06-03 15:50:46 +0200

Last source

(No source code)

Changes

tests: Remove pure testing tests

Commit
Hash

3fcf835fa084ce949b1daad4290365f7b74c70e3

Date

2019-06-03 15:50:46 +0200

Type

Deleted

Stats

+0 -5

@@ -1,5 +0,0 @@
-Feature: Testing bdd tests
-
-    Scenario: A bdd test must pass
-        Given a bdd test
-        Then it must pass

tests(bdd): Enbrace behavior driven development

Commit
Hash

c3d850c1fe495dd31e2277f670cc90e823e0b593

Date

2019-06-03 13:55:01 +0200

Type

Added

Stats

+5 -0

@@ -0,0 +1,5 @@
+Feature: Testing bdd tests
+
+    Scenario: A bdd test must pass
+        Given a bdd test
+        Then it must pass