This commit is contained in:
Max Eisner 2022-08-11 12:50:15 +02:00
parent 45d1c70559
commit 4e286ee36d
No known key found for this signature in database
GPG Key ID: 4BF122C22879F0C8

View File

@ -63,7 +63,7 @@ describe RuboCop::Cop::FormulaAudit::GenerateCompletionsDSL do
subject(:cop) { described_class.new }
it "reports an offense when writing to a shell completions file directly" do
expect_offense(<<~RUBY)
expect_offense(<<~RUBY, "/homebrew-core/Formula/foo.rb")
class Foo < Formula
name "foo"