diff --git a/Library/Homebrew/test/formula_spec.rb b/Library/Homebrew/test/formula_spec.rb index 9b9f735215..668edab59c 100644 --- a/Library/Homebrew/test/formula_spec.rb +++ b/Library/Homebrew/test/formula_spec.rb @@ -2015,9 +2015,9 @@ describe Formula do it "generates completion scripts" do f.brew { f.install } - expect(f.bash_completion/"foo").to be_a_file - expect(f.zsh_completion/"_foo").to be_a_file - expect(f.fish_completion/"foo.fish").to be_a_file + expect(f.bash_completion/"testball").to be_a_file + expect(f.zsh_completion/"_testball").to be_a_file + expect(f.fish_completion/"testball.fish").to be_a_file end end end