mirror of
https://github.com/discourse/discourse.git
synced 2025-02-05 19:11:13 +00:00
8 lines
175 B
Ruby
8 lines
175 B
Ruby
# frozen_string_literal: true
|
|
|
|
task 'turbo:spec' => :test do |t|
|
|
require './lib/turbo_tests'
|
|
|
|
TurboTests::Runner.run([{ name: 'progress', outputs: ['-'] }], ['spec'])
|
|
end
|