From 4b591015495c2f440abaf09828301acc0f4e2943 Mon Sep 17 00:00:00 2001 From: Douglas Eichelberger Date: Fri, 26 Jan 2024 14:16:07 -0800 Subject: [PATCH] Resolve type errors --- Library/Homebrew/test/global_spec.rb | 5 ----- 1 file changed, 5 deletions(-) diff --git a/Library/Homebrew/test/global_spec.rb b/Library/Homebrew/test/global_spec.rb index f6c7065bf7..5ae60e6662 100644 --- a/Library/Homebrew/test/global_spec.rb +++ b/Library/Homebrew/test/global_spec.rb @@ -7,9 +7,4 @@ describe "brew", :integration_test do .and not_to_output.to_stderr .and be_a_success end - - it "does not require i18n" do - # This is a transitive dependency of activesupport, but we don't use it. - expect { I18n }.to raise_error(NameError) - end end