This one is best reviewed commit by commit. Mostly I wanted to remove a bunch of comments from templates, and set up things a little closer to the way I use rspec.
Updates to testing config #5
el-rspec-config into main @ -1,2 +1,3 @@
--color
--require spec_helper
--format documentation
I would be surprised if this is an issue with this size of test suite but for larger suites I've seen this output hit the log limit in CI. Something to keep in mind if the test suite grows.
Yeah, that's a good point. My last job we had far more tests and this didn't end up being a problem. You're probably right, but we've got a lot of headroom.
@ -111,4 +52,0 @@
# Print the 10 slowest examples and example groups at the
# end of the spec run, to help surface which specs are running
# particularly slow.
config.profile_examples = 5
I sometimes like having these on in CI to see what my slowest overall tests are, but I agree that having this output on every single test run is unnecessary noise in the output.
Oh, you know, I like that justification. I'll add it back in CI
ffc8594995
4caa673eab
Test flakes, but passes locally.
No due date set.
No dependencies set.
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?