evil-collection/test/evil-collection-test.el

9 lines
245 B
EmacsLisp
Raw Normal View History

2017-11-21 08:18:01 +01:00
;;; evil-collection-test.el --- Tests for evil-collection -*- lexical-binding: t -*-
(require 'evil-collection)
(ert-deftest evil-collection-zero-test ()
"Zero check blank test."
(should (equal 0 0)))
;;; evil-collection-test.el ends here