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:
parent
ad98cb7448
commit
dd7501ee48
@ -1 +0,0 @@
|
|||||||
use Mix.Config
|
|
@ -11,10 +11,10 @@ After:
|
|||||||
call ale#assert#TearDownLinterTest()
|
call ale#assert#TearDownLinterTest()
|
||||||
|
|
||||||
Execute(The default mix command should be correct):
|
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',
|
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
|
\ . g:env_prefix
|
||||||
\ . 'mix compile %s'
|
\ . 'mix compile %s'
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user