branch: elpa/buttercup
commit 2d77e187ab16e598cffc2dfee3800c2e90c34dc7
Author: Ola Nilsson <[email protected]>
Commit: Ola Nilsson <[email protected]>
test: Correct descriptions for some suite-done specs
---
tests/test-buttercup.el | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/tests/test-buttercup.el b/tests/test-buttercup.el
index 907dc18..22973fc 100644
--- a/tests/test-buttercup.el
+++ b/tests/test-buttercup.el
@@ -1248,12 +1248,12 @@ text properties using `ansi-color-apply'."
:to-throw)))
(describe "on the suite-done event"
- (it "should emit a newline at the end of the top-level suite"
+ (it "should emit a newline at the end of a top-level suite"
(with-local-buttercup :color nil
(buttercup-reporter-batch 'suite-done parent-suite))
(expect (buttercup-output) :to-equal-including-properties "\n"))
- (it "should color-print a newline at the end of the top-level suite"
+ (it "should color-print a newline at the end of a top-level suite"
(with-local-buttercup :color t
(buttercup-reporter-batch-color 'suite-done parent-suite))
(expect (buttercup-output) :to-equal-including-properties "\n"))