From 5a1ebdb633fd72f802923d35c1665096625208d5 Mon Sep 17 00:00:00 2001 From: Markus Doits Date: Mon, 18 Sep 2017 12:28:37 +0200 Subject: fix typo `RUBUCOP` --> `RUBOCOP` for slim lint this actually makes 6ebd8f355c974cb6b7c5d5aff20603c8c4b38feb work --- test/command_callback/test_slimlint_command_callback.vader | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/command_callback/test_slimlint_command_callback.vader') diff --git a/test/command_callback/test_slimlint_command_callback.vader b/test/command_callback/test_slimlint_command_callback.vader index 1bff4288..98fd9a83 100644 --- a/test/command_callback/test_slimlint_command_callback.vader +++ b/test/command_callback/test_slimlint_command_callback.vader @@ -22,7 +22,7 @@ Execute(The command should have the .rubocop.yml prepended as an env var if one call ale#test#SetFilename('../slimlint-test-files/subdir/file.slim') AssertEqual - \ 'SLIM_LINT_RUBUCOP_CONF=''/testplugin/test/slimlint-test-files/.rubocop.yml'' ' . g:default_command, + \ 'SLIM_LINT_RUBOCOP_CONF=''/testplugin/test/slimlint-test-files/.rubocop.yml'' ' . g:default_command, \ ale_linters#slim#slimlint#GetCommand(bufnr('')) Execute(The command should have the .rubocop.yml prepended as an env var if one exists on win32): @@ -31,5 +31,5 @@ Execute(The command should have the .rubocop.yml prepended as an env var if one let g:ale_has_override['win32'] = 1 AssertEqual - \ 'set SLIM_LINT_RUBUCOP_CONF=''/testplugin/test/slimlint-test-files/.rubocop.yml'' && ' . g:default_command, + \ 'set SLIM_LINT_RUBOCOP_CONF=''/testplugin/test/slimlint-test-files/.rubocop.yml'' && ' . g:default_command, \ ale_linters#slim#slimlint#GetCommand(bufnr('')) -- cgit v1.2.3