discourse/lib/tasks/turbo.rake

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

8 lines
194 B
Ruby
Raw Normal View History

2019-06-21 09:33:41 +08:00
# frozen_string_literal: true
task "turbo:spec" => :test do |t|
require "./lib/turbo_tests"
TurboTests::Runner.run(formatters: [{ name: "progress", outputs: ["-"] }], files: ["spec"])
end