summaryrefslogtreecommitdiff
path: root/test/linter/test_ruby.vader
diff options
context:
space:
mode:
Diffstat (limited to 'test/linter/test_ruby.vader')
-rw-r--r--test/linter/test_ruby.vader4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/linter/test_ruby.vader b/test/linter/test_ruby.vader
index b6bac14f..d957079d 100644
--- a/test/linter/test_ruby.vader
+++ b/test/linter/test_ruby.vader
@@ -5,9 +5,9 @@ After:
call ale#assert#TearDownLinterTest()
Execute(The default command should be correct):
- AssertLinter 'ruby', ale#Escape('ruby') . ' -w -c -T1 %t'
+ AssertLinter 'ruby', ale#Escape('ruby') . ' -w -c %t'
Execute(The executable should be configurable):
let g:ale_ruby_ruby_executable = 'foobar'
- AssertLinter 'foobar', ale#Escape('foobar') . ' -w -c -T1 %t'
+ AssertLinter 'foobar', ale#Escape('foobar') . ' -w -c %t'