Conform unit test macros to naming convention
This commit is contained in:
parent
2364e97285
commit
1f9576a59a
3 changed files with 14 additions and 14 deletions
|
@ -9,7 +9,7 @@ affects your Emacs packages)."
|
|||
(other ,dest))
|
||||
(with-temp-file it
|
||||
(insert "Hello world"))
|
||||
(with-minor-mode!! projectile-mode
|
||||
(with-minor-mode! projectile-mode
|
||||
(unwind-protect
|
||||
(progn
|
||||
(should (file-exists-p it))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue