aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/test
diff options
context:
space:
mode:
authorJack Nagel2015-04-28 01:39:28 -0400
committerJack Nagel2015-04-28 01:39:28 -0400
commitbae31c0b9ed0761e2f71c12b6f0fdf8629fd61d3 (patch)
treef3459be26fe9c804f3611a2d7de3577db9ec84f7 /Library/Homebrew/test
parent92cbac7966015e26416ee164a15f12d69c989765 (diff)
downloadbrew-bae31c0b9ed0761e2f71c12b6f0fdf8629fd61d3.tar.bz2
Fix passed-in formula name to match the class name
Diffstat (limited to 'Library/Homebrew/test')
-rw-r--r--Library/Homebrew/test/testball.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/test/testball.rb b/Library/Homebrew/test/testball.rb
index 0b8b3465a..78a18e495 100644
--- a/Library/Homebrew/test/testball.rb
+++ b/Library/Homebrew/test/testball.rb
@@ -1,5 +1,5 @@
class Testball < Formula
- def initialize(name="test_ball", path=Pathname.new(__FILE__).expand_path, spec=:stable)
+ def initialize(name="testball", path=Pathname.new(__FILE__).expand_path, spec=:stable)
self.class.instance_eval do
stable.url "file://#{TEST_DIRECTORY}/tarballs/testball-0.1.tbz"
stable.sha1 "482e737739d946b7c8cbaf127d9ee9c148b999f5"