diff options
| author | Jack Nagel | 2014-06-19 21:35:46 -0500 |
|---|---|---|
| committer | Jack Nagel | 2014-06-20 21:32:36 -0500 |
| commit | 56c89c48b9a4b6cd57fd9b7bec2da11fc9faa24a (patch) | |
| tree | 0cb25626580ef6b4b48d484821e6b7f9f489b15c /Library/Homebrew/test/testball.rb | |
| parent | 7eb0d525ae1550163024a5dfa7b5b46dd3211049 (diff) | |
| download | homebrew-56c89c48b9a4b6cd57fd9b7bec2da11fc9faa24a.tar.bz2 | |
Pass the requested spec into the formula instance
Diffstat (limited to 'Library/Homebrew/test/testball.rb')
| -rw-r--r-- | Library/Homebrew/test/testball.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/test/testball.rb b/Library/Homebrew/test/testball.rb index d2686ba85..4bb8df773 100644 --- a/Library/Homebrew/test/testball.rb +++ b/Library/Homebrew/test/testball.rb @@ -1,7 +1,7 @@ require 'formula' class TestBall < Formula - def initialize(name="test_ball", path=Pathname.new(__FILE__).expand_path) + def initialize(name="test_ball", 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" |
