This repository has been archived on 2023-03-18. You can view files and clone it, but cannot push or open issues or pull requests.
osr-discourse-src/lib/tasks/turbo.rake
2019-06-21 11:33:41 +10:00

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