Skip to content

Commit

Permalink
tests: add test for g:neomake defaults when loading configure module
Browse files Browse the repository at this point in the history
  • Loading branch information
blueyed committed Feb 25, 2018
1 parent 48b7e78 commit 9714695
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions tests/isolated.vader
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ Include: isolated/highlights.vader
Include: isolated/ft_help.vader
Include: isolated/tempfiles-cleanup.vader
Include: isolated/modes.vader
Include: isolated/configure.vader
7 changes: 7 additions & 0 deletions tests/isolated/configure.vader
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
Include: ../include/setup.vader

Execute (Loading autoload/neomake/configure.vim sets up default settings):
Save g:neomake
unlet! g:neomake
runtime! autoload/neomake/configure.vim
AssertEqual g:neomake, {'automake': {'ignore_filetypes': ['startify']}}

0 comments on commit 9714695

Please sign in to comment.