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/test_puppet_path_detection.vader | |
parent | 3838ae118d8f05fa1b1be7952a1c8aa3055d6728 (diff) | |
download | ale-b1d833417bcb57e265e0d01df07b28f463529d4b.zip |
#3633 - Put all dummy test files in test/test-files
Diffstat (limited to 'test/test_puppet_path_detection.vader')
-rw-r--r-- | test/test_puppet_path_detection.vader | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/test/test_puppet_path_detection.vader b/test/test_puppet_path_detection.vader index f8d3a0fa..e918e916 100644 --- a/test/test_puppet_path_detection.vader +++ b/test/test_puppet_path_detection.vader @@ -8,15 +8,15 @@ After: call ale#linter#Reset() Execute(old-style module should find its root correctly): - call ale#test#SetFilename('puppet-test-files/old-style-module/manifests/init.pp') + call ale#test#SetFilename('test-files/puppet/old-style-module/manifests/init.pp') AssertEqual - \ ale#path#Simplify(g:dir . '/puppet-test-files/old-style-module'), + \ ale#path#Simplify(g:dir . '/test-files/puppet/old-style-module'), \ ale_linters#puppet#languageserver#GetProjectRoot(bufnr('')) Execute(new-style module should find its root correctly): - call ale#test#SetFilename('puppet-test-files/new-style-module/lib/puppet/types/exampletype.rb') + call ale#test#SetFilename('test-files/puppet/new-style-module/lib/puppet/types/exampletype.rb') AssertEqual - \ ale#path#Simplify(g:dir . '/puppet-test-files/new-style-module'), + \ ale#path#Simplify(g:dir . '/test-files/puppet/new-style-module'), \ ale_linters#puppet#languageserver#GetProjectRoot(bufnr('')) |