diff options
author | w0rp <devw0rp@gmail.com> | 2021-03-20 22:11:22 +0000 |
---|---|---|
committer | w0rp <devw0rp@gmail.com> | 2021-03-20 22:11:42 +0000 |
commit | b1d833417bcb57e265e0d01df07b28f463529d4b (patch) | |
tree | 11421aeca89127b0cc9417f8ff4cb0d725199f49 /test/command_callback/test_spectral_command_callback.vader | |
parent | 3838ae118d8f05fa1b1be7952a1c8aa3055d6728 (diff) | |
download | ale-b1d833417bcb57e265e0d01df07b28f463529d4b.zip |
#3633 - Put all dummy test files in test/test-files
Diffstat (limited to 'test/command_callback/test_spectral_command_callback.vader')
-rw-r--r-- | test/command_callback/test_spectral_command_callback.vader | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test/command_callback/test_spectral_command_callback.vader b/test/command_callback/test_spectral_command_callback.vader index ed3795b9..cfcf0987 100644 --- a/test/command_callback/test_spectral_command_callback.vader +++ b/test/command_callback/test_spectral_command_callback.vader @@ -23,9 +23,9 @@ Execute(The yaml spectral command callback should allow a global installation to \ . ' lint --ignore-unknown-format -q -f text %t' Execute(The yaml spectral command callback should allow a local installation to be used): - call ale#test#SetFilename('spectral_paths/openapi.yaml') + call ale#test#SetFilename('../test-files/spectral/openapi.yaml') AssertLinter - \ ale#path#Simplify(g:dir . '/spectral_paths/node_modules/.bin/spectral'), - \ ale#Escape(ale#path#Simplify(g:dir . '/spectral_paths/node_modules/.bin/spectral')) + \ ale#path#Simplify(g:dir . '/../test-files/spectral/node_modules/.bin/spectral'), + \ ale#Escape(ale#path#Simplify(g:dir . '/../test-files/spectral/node_modules/.bin/spectral')) \ . ' lint --ignore-unknown-format -q -f text %t' |