Fix passed-in formula name to match the class name
This commit is contained in:
parent
92cbac7966
commit
bae31c0b9e
@ -1,5 +1,5 @@
|
|||||||
class Testball < Formula
|
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
|
self.class.instance_eval do
|
||||||
stable.url "file://#{TEST_DIRECTORY}/tarballs/testball-0.1.tbz"
|
stable.url "file://#{TEST_DIRECTORY}/tarballs/testball-0.1.tbz"
|
||||||
stable.sha1 "482e737739d946b7c8cbaf127d9ee9c148b999f5"
|
stable.sha1 "482e737739d946b7c8cbaf127d9ee9c148b999f5"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user