test-evil: load :feature evil module

This commit is contained in:
Henrik Lissner 2018-06-15 04:46:13 +02:00
parent 5a427b1c2b
commit f801939ce7
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -4,6 +4,7 @@
(describe "feature/evil" (describe "feature/evil"
:var (resv project-root) :var (resv project-root)
(before-all (before-all
(require! :feature evil)
(require 'evil) (require 'evil)
(load! "../autoload/evil")) (load! "../autoload/evil"))
(after-all (after-all