branch: elpa/buttercup commit 9c4b47399c4d5447ba50ba8d065af03786315858 Author: Ola Nilsson <ola.nils...@gmail.com> Commit: Ola Nilsson <ola.nils...@gmail.com>
test: Add missing apostrophe in spec title --- tests/test-buttercup.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test-buttercup.el b/tests/test-buttercup.el index 6368202..03aa6bb 100644 --- a/tests/test-buttercup.el +++ b/tests/test-buttercup.el @@ -1091,7 +1091,7 @@ (expect 'reporter :to-have-been-called-with 'buttercup-started buttercup-suites) (expect 'reporter :to-have-been-called-with 'buttercup-done buttercup-suites))) ) - (it "should call `buttercup--run-suite once per suite" + (it "should call `buttercup--run-suite' once per suite" (let ((buttercup-suites (list parent-suite)) runner) (ignore runner) (setf (symbol-function 'runner) (lambda (suite) (ignore suite)))