diff --git a/Library/Homebrew/test/rubocops/bottle/bottle_format_spec.rb b/Library/Homebrew/test/rubocops/bottle/bottle_format_spec.rb index 2a080b0ab3..408d08747d 100644 --- a/Library/Homebrew/test/rubocops/bottle/bottle_format_spec.rb +++ b/Library/Homebrew/test/rubocops/bottle/bottle_format_spec.rb @@ -65,7 +65,7 @@ describe RuboCop::Cop::FormulaAudit::BottleFormat do RUBY end - it "reports and corrects old `sha256` syntax in `bottle` block without cellars" do + it "reports and corrects old `sha256` syntax in `bottle` block with cellars" do expect_offense(<<~RUBY) class Foo < Formula url "https://brew.sh/foo-1.0.tgz"