Resolve type errors

This commit is contained in:
Douglas Eichelberger 2024-01-26 14:16:07 -08:00
parent 8db86f712f
commit 4b59101549

View File

@ -7,9 +7,4 @@ describe "brew", :integration_test do
.and not_to_output.to_stderr .and not_to_output.to_stderr
.and be_a_success .and be_a_success
end 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 end