Merge pull request #2059 from jparise/test-elixir-paths

Remove test/command_callback/mix_paths/
This commit is contained in:
w0rp
2018-11-10 11:00:13 +00:00
committed by GitHub
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'