test_intergration_cmds: fix minor typo

This commit is contained in:
Dominyk Tiller 2015-12-30 20:37:22 +00:00
parent 49f7c8d6a9
commit cff0c63d03

View File

@ -109,7 +109,7 @@ class IntegrationCommandTests < Homebrew::TestCase
formula_file = CoreFormulaRepository.new.formula_dir/"testball.rb"
formula_file.write <<-EOS.undent
class Testball < Formula
url "https://example.com/testabll-0.1.tar.gz"
url "https://example.com/testball-0.1.tar.gz"
end
EOS
HOMEBREW_CACHE.cd do