diff --git a/t/test.t b/t/test.t index 45182f66f..a65c1220e 100644 --- a/t/test.t +++ b/t/test.t @@ -201,7 +201,7 @@ sub process_file { } ); run_check( - { command => [ 'rubocop', $file ], + { command => [ 't/test-exception-wrapper', $file, 'rubocop' ], description => 'ruby style and syntax check', filename => $filename }