aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/test
diff options
context:
space:
mode:
authorAlex Dunn2015-07-05 19:43:01 -0700
committerMike McQuaid2015-07-18 19:30:30 -0700
commitda2e4d417d797d54b04fb8e1106e3c98af97a2d1 (patch)
tree10014b1fc9aed7bd9e9fedfb946b30be5515fdad /Library/Homebrew/test
parentd88f84138e64835e801c42e6d49120c1cb6afa3b (diff)
downloadbrew-da2e4d417d797d54b04fb8e1106e3c98af97a2d1.tar.bz2
fetch/build formula from source when modified
closes Homebrew/homebrew#36068 Closes Homebrew/homebrew#41397. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Diffstat (limited to 'Library/Homebrew/test')
-rw-r--r--Library/Homebrew/test/test_bottle_hooks.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Homebrew/test/test_bottle_hooks.rb b/Library/Homebrew/test/test_bottle_hooks.rb
index 92dca6dff..0b6c031bf 100644
--- a/Library/Homebrew/test/test_bottle_hooks.rb
+++ b/Library/Homebrew/test/test_bottle_hooks.rb
@@ -7,6 +7,7 @@ class BottleHookTests < Homebrew::TestCase
def bottle; end
def local_bottle_path; end
def some_random_method; true; end
+ def file_modified?; end
end
def setup