mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
DEV: lint a bunch of files we missed
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user