chore(rspec): don't set default format to documentation anymore

This is honestly mostly an effort to reduce context size for LLMs when they run rspec tests. But also something I had been considering to do for years anyway as the output is just a wall of text unless running specific subsets of test suites.
This commit is contained in:
Jim Myhrberg
2025-11-06 13:42:24 +00:00
parent f2be6869d2
commit f862c93970

2
rspec
View File

@@ -1,3 +1 @@
--format documentation
--color --color