summaryrefslogtreecommitdiff
path: root/test/test_puppet_path_detection.vader
diff options
context:
space:
mode:
authorw0rp <devw0rp@gmail.com>2021-03-20 22:11:22 +0000
committerw0rp <devw0rp@gmail.com>2021-03-20 22:11:42 +0000
commitb1d833417bcb57e265e0d01df07b28f463529d4b (patch)
tree11421aeca89127b0cc9417f8ff4cb0d725199f49 /test/test_puppet_path_detection.vader
parent3838ae118d8f05fa1b1be7952a1c8aa3055d6728 (diff)
downloadale-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.vader8
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(''))