diff options
Diffstat (limited to 'tests/test-duet-smoke.el')
| -rw-r--r-- | tests/test-duet-smoke.el | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/test-duet-smoke.el b/tests/test-duet-smoke.el index a101dd2..4f88a0e 100644 --- a/tests/test-duet-smoke.el +++ b/tests/test-duet-smoke.el @@ -32,5 +32,9 @@ (should (featurep 'duet)) (should (commandp 'duet))) +(ert-deftest test-duet-smoke-entry-not-yet-implemented () + "The entry command errors until the pane layout lands (Phase 4)." + (should-error (duet))) + (provide 'test-duet-smoke) ;;; test-duet-smoke.el ends here |
