Forward-require dependencies in tests
Easier to see at a glance what the test's dependencies are.
This commit is contained in:
parent
2aa509b36c
commit
469aa81570
5 changed files with 13 additions and 14 deletions
|
@ -2,13 +2,11 @@
|
|||
;;; ../core/test/test-core-projects.el
|
||||
|
||||
(require 'core-projects)
|
||||
(require 'projectile)
|
||||
|
||||
(describe "core/projects"
|
||||
(before-all (require 'projectile))
|
||||
(after-all (unload-feature 'projectile t))
|
||||
|
||||
(before-each (projectile-mode +1))
|
||||
(after-each (projectile-mode -1))
|
||||
(after-each (projectile-mode -1))
|
||||
|
||||
(describe "project-p"
|
||||
(it "Should detect when in a valid project"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue