summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColby Swandale <me@colby.fyi>2019-11-30 00:03:42 +1100
committerColby Swandale <me@colby.fyi>2019-11-30 00:33:52 +1100
commitfb16ffdb10696e7a6726a1dbb33fac3e7f4f8153 (patch)
treef3e9d76c92c17109b230e576804e2db90cf6e03f
parent8c78566bf25917bd77c5183604c5d34c175eb987 (diff)
downloadbundler-colby/parallel-rspec-output.tar.gz
Set parallel_tests to also output rspec progresscolby/parallel-rspec-output
-rw-r--r--.rspec_parallel1
1 files changed, 1 insertions, 0 deletions
diff --git a/.rspec_parallel b/.rspec_parallel
index 8b7ea4229b..6989221a44 100644
--- a/.rspec_parallel
+++ b/.rspec_parallel
@@ -1,3 +1,4 @@
+--format progress
--format ParallelTests::RSpec::RuntimeLogger --out tmp/parallel_runtime_rspec.log
--require spec_helper
--require support/parallel.rb