branch: elpa/buttercup commit a8f4cff2625bd0d0ac8d49b54a7ef6c72a2858b8 Author: Ola Nilsson <ola.nils...@gmail.com> Commit: Ola Nilsson <ola.nils...@gmail.com>
test: Correct descriptions for ERT compatibility 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 9136015..41236aa 100644 --- a/tests/test-buttercup.el +++ b/tests/test-buttercup.el @@ -1574,12 +1574,12 @@ text properties using `ansi-color-apply'." ;;; ERT Compatibility (describe "Buttercup's ERT compatibility wrapper" - (it "should convert `ert-test-failed' into `buttercup-failed" + (it "should convert `ert-test-failed' into `buttercup-failed'" (expect (buttercup-with-converted-ert-signals (should (equal 1 2))) :to-throw 'buttercup-failed)) - (it "should convert `ert-test-skipped' into `buttercup-pending" + (it "should convert `ert-test-skipped' into `buttercup-pending'" (assume (functionp 'ert-skip) "Loaded ERT version does not provide `ert-skip'") (expect (buttercup-with-converted-ert-signals