From da2e4d417d797d54b04fb8e1106e3c98af97a2d1 Mon Sep 17 00:00:00 2001 From: Alex Dunn Date: Sun, 5 Jul 2015 19:43:01 -0700 Subject: fetch/build formula from source when modified closes Homebrew/homebrew#36068 Closes Homebrew/homebrew#41397. Signed-off-by: Mike McQuaid --- Library/Homebrew/test/test_bottle_hooks.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'Library/Homebrew/test') 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 -- cgit v1.2.3