This makes rspec print out one line per test, which helps verify progress is being made when spying on CI jobs. GitHub Actions would not show dots when you hopped in to view a running job, presumably because its doing line-based streaming.
This makes rspec print out one line per test, which helps verify progress is being made when spying on CI jobs. GitHub Actions would not show dots when you hopped in to view a running job, presumably because its doing line-based streaming.