mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
6 lines
142 B
Ruby
6 lines
142 B
Ruby
|
task 'turbo:spec' => :test do |t|
|
||
|
require './lib/turbo_tests'
|
||
|
|
||
|
TurboTests::Runner.run([{name: 'progress', outputs: ['-']}], ['spec'])
|
||
|
end
|