diff --git a/tests/Counts should be kept of successes and failures./.test-one/fail b/tests/Counts should be kept of successes and failures./.test-one/fail new file mode 100755 index 0000000..c508d53 --- /dev/null +++ b/tests/Counts should be kept of successes and failures./.test-one/fail @@ -0,0 +1 @@ +false diff --git a/tests/Counts should be kept of successes and failures./.test-one/pass b/tests/Counts should be kept of successes and failures./.test-one/pass new file mode 100755 index 0000000..e69de29 diff --git a/tests/Counts should be kept of successes and failures./Singular form is used for a single failure. b/tests/Counts should be kept of successes and failures./Singular form is used for a single failure. new file mode 100755 index 0000000..917f91b --- /dev/null +++ b/tests/Counts should be kept of successes and failures./Singular form is used for a single failure. @@ -0,0 +1,2 @@ +#!/bin/sh +../../urchin .test-one | grep '1 test failed' diff --git a/tests/Counts should be kept of successes and failures./Singular form is used for a single pass. b/tests/Counts should be kept of successes and failures./Singular form is used for a single pass. new file mode 100755 index 0000000..bfa5c52 --- /dev/null +++ b/tests/Counts should be kept of successes and failures./Singular form is used for a single pass. @@ -0,0 +1,2 @@ +#!/bin/sh +../../urchin .test-one | grep '1 test passed'