Remove test/command_callback/mix_paths/

All of the other tests were already using equivalent fixtures under
test/command_callback/elixir_paths/, so let's use that path everywhere.
This commit is contained in:
Jon Parise 2018-11-06 14:00:06 -08:00
parent ad98cb7448
commit dd7501ee48
3 changed files with 2 additions and 3 deletions

View File

@ -1 +0,0 @@
use Mix.Config

View File

@ -11,10 +11,10 @@ After:
call ale#assert#TearDownLinterTest()
Execute(The default mix command should be correct):
call ale#test#SetFilename('mix_paths/wrapped_project/lib/app.ex')
call ale#test#SetFilename('elixir_paths/mix_project/lib/app.ex')
AssertLinter 'mix',
\ ale#path#CdString(ale#path#Simplify(g:dir . '/mix_paths/wrapped_project'))
\ ale#path#CdString(ale#path#Simplify(g:dir . '/elixir_paths/mix_project'))
\ . g:env_prefix
\ . 'mix compile %s'