From f862c9397072508e24c8d0195b2bc2a4e96b186a Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Thu, 6 Nov 2025 13:42:24 +0000 Subject: [PATCH] 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. --- rspec | 2 -- 1 file changed, 2 deletions(-) diff --git a/rspec b/rspec index 7b10194..4e1e0d2 100644 --- a/rspec +++ b/rspec @@ -1,3 +1 @@ ---format documentation --color -