DEV: lint a bunch of files we missed

This commit is contained in:
Sam Saffron
2019-06-21 11:33:41 +10:00
parent fc84e23b71
commit 5bc92296be
5 changed files with 29 additions and 16 deletions

View File

@@ -1,5 +1,7 @@
# frozen_string_literal: true
task 'turbo:spec' => :test do |t|
require './lib/turbo_tests'
TurboTests::Runner.run([{name: 'progress', outputs: ['-']}], ['spec'])
TurboTests::Runner.run([{ name: 'progress', outputs: ['-'] }], ['spec'])
end