aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/test/test_bottle_hooks.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Homebrew/test/test_bottle_hooks.rb')
-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