diff options
author | w0rp <w0rp@users.noreply.github.com> | 2018-11-10 11:00:13 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-11-10 11:00:13 +0000 |
commit | 6858b4a2594abb2b7ee928c4a66f4760ae91933d (patch) | |
tree | 71f3a94508255a941fb617b92524f3786d0fcdd7 | |
parent | 90f2875f29b3b74a3319cdfd88cbff00af389b67 (diff) | |
parent | dd7501ee48afa714b270c8713e937cd94224a48c (diff) | |
download | ale-6858b4a2594abb2b7ee928c4a66f4760ae91933d.zip |
Merge pull request #2059 from jparise/test-elixir-paths
Remove test/command_callback/mix_paths/
-rw-r--r-- | test/command_callback/elixir_paths/mix_project/lib/app.ex (renamed from test/command_callback/elixir_paths/mix_project/lib/foo.ex) | 0 | ||||
-rw-r--r-- | test/command_callback/mix_paths/wrapped_project/mix.exs | 1 | ||||
-rw-r--r-- | test/command_callback/test_elixir_mix_command_callbacks.vader | 4 |
3 files changed, 2 insertions, 3 deletions
diff --git a/test/command_callback/elixir_paths/mix_project/lib/foo.ex b/test/command_callback/elixir_paths/mix_project/lib/app.ex index e69de29b..e69de29b 100644 --- a/test/command_callback/elixir_paths/mix_project/lib/foo.ex +++ b/test/command_callback/elixir_paths/mix_project/lib/app.ex diff --git a/test/command_callback/mix_paths/wrapped_project/mix.exs b/test/command_callback/mix_paths/wrapped_project/mix.exs deleted file mode 100644 index d2d855e6..00000000 --- a/test/command_callback/mix_paths/wrapped_project/mix.exs +++ /dev/null @@ -1 +0,0 @@ -use Mix.Config diff --git a/test/command_callback/test_elixir_mix_command_callbacks.vader b/test/command_callback/test_elixir_mix_command_callbacks.vader index ec7b9911..b0d0af98 100644 --- a/test/command_callback/test_elixir_mix_command_callbacks.vader +++ b/test/command_callback/test_elixir_mix_command_callbacks.vader @@ -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' |