fix: double running of tests

main
olimorris 2022-04-07 00:26:14 +01:00
parent f2478ae42d
commit 4863f67101
2 changed files with 3 additions and 1 deletions

2
.gitignore vendored
View File

@ -1,3 +1,5 @@
plenary.nvim/
!tests/**/*
.luarc.json
tests/.DS_Store

View File

@ -11,5 +11,5 @@ runtime plugin/plenary.vim
command Setup PlenaryBustedDirectory tests/setup {minimal_init = 'tests/minimal.vim'}
command TestAutoloading PlenaryBustedDirectory tests/autoload {minimal_init = 'tests/minimal.vim'}
command TestGitBranching PlenaryBustedDirectory tests/git_branching {minimal_init = 'tests/minimal.vim'}
command Test PlenaryBustedDirectory tests/ {minimal_init = 'tests/minimal.vim'}
command Test PlenaryBustedFile tests/default_settings_spec.lua
command TearDown PlenaryBustedFile tests/teardown/clean_up_dirs.lua