Tests: Add (done)

This commit is contained in:
Adam Porter 2019-06-20 13:32:26 -05:00
parent 0aec8ec603
commit 28fce8b871

View file

@ -249,6 +249,12 @@
:action (org-ql-test-org-get-heading)) :action (org-ql-test-org-get-heading))
:to-equal '("Take over the universe" "Take over the world" "Visit Mars" "Visit the moon" "Renew membership in supervillain club" "Internet" "Spaceship lease" "/r/emacs")))) :to-equal '("Take over the universe" "Take over the world" "Visit Mars" "Visit the moon" "Renew membership in supervillain club" "Internet" "Spaceship lease" "/r/emacs"))))
(it "(done)"
(expect (org-ql test-buffer
(done)
:action (org-ql-test-org-get-heading))
:to-equal '("Learn universal sign language")))
(describe "(ts)" (describe "(ts)"
(it "without arguments" (it "without arguments"
(expect (org-ql test-buffer (expect (org-ql test-buffer