#3633 - Put all dummy test files in test/test-files

This commit is contained in:
w0rp
2021-03-20 22:11:42 +00:00
parent 3838ae118d
commit b1d833417b
581 changed files with 1027 additions and 1123 deletions
+2 -2
View File
@@ -18,7 +18,7 @@ After:
call ale#test#RestoreDirectory()
Execute(The sorbet callback should return the correct default values):
call ale#test#SetFilename('ruby_paths/dummy.rb')
call ale#test#SetFilename('../test-files/ruby/dummy.rb')
AssertEqual
\ {
@@ -30,7 +30,7 @@ Execute(The sorbet callback should return the correct default values):
Execute(The sorbet callback should include custom sorbet options):
let g:ale_ruby_sorbet_options = '--enable-experimental-lsp-hover'
call ale#test#SetFilename('ruby_paths/with_config/dummy.rb')
call ale#test#SetFilename('../test-files/ruby/with_config/dummy.rb')
AssertEqual
\ {