mirror of
https://github.com/Homebrew/brew.git
synced 2025-07-14 16:09:03 +08:00
test_intergration_cmds: fix minor typo
This commit is contained in:
parent
49f7c8d6a9
commit
cff0c63d03
@ -109,7 +109,7 @@ class IntegrationCommandTests < Homebrew::TestCase
|
|||||||
formula_file = CoreFormulaRepository.new.formula_dir/"testball.rb"
|
formula_file = CoreFormulaRepository.new.formula_dir/"testball.rb"
|
||||||
formula_file.write <<-EOS.undent
|
formula_file.write <<-EOS.undent
|
||||||
class Testball < Formula
|
class Testball < Formula
|
||||||
url "https://example.com/testabll-0.1.tar.gz"
|
url "https://example.com/testball-0.1.tar.gz"
|
||||||
end
|
end
|
||||||
EOS
|
EOS
|
||||||
HOMEBREW_CACHE.cd do
|
HOMEBREW_CACHE.cd do
|
||||||
|
Loading…
x
Reference in New Issue
Block a user