From 2b43fb79ddd1b4200774bc3ac12859cadc7d2d2a Mon Sep 17 00:00:00 2001 From: Nicholas Lee Date: Tue, 26 May 2026 17:14:11 -0700 Subject: [PATCH] chore: standardize CI and test configuration --- Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rakefile b/Rakefile index 55180ac..3f41746 100644 --- a/Rakefile +++ b/Rakefile @@ -135,7 +135,7 @@ namespace :test do Rake::TestTask.new(:units) do |test| test.libs << 'lib' << 'test' test.pattern = 'test/unit/**/*_test.rb' - test.verbose = true + test.verbose = false if test.respond_to?(:warning=) test.warning = false