mirror of
https://github.com/discourse/discourse.git
synced 2025-06-01 08:49:03 +08:00
DEV: Add a verbose option to ./bin/turbo_rspec
This commit is contained in:
@ -3,5 +3,8 @@
|
||||
task 'turbo:spec' => :test do |t|
|
||||
require './lib/turbo_tests'
|
||||
|
||||
TurboTests::Runner.run([{ name: 'progress', outputs: ['-'] }], ['spec'])
|
||||
TurboTests::Runner.run(
|
||||
formatters: [{ name: 'progress', outputs: ['-'] }],
|
||||
files: ['spec']
|
||||
)
|
||||
end
|
||||
|
Reference in New Issue
Block a user