aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/test
diff options
context:
space:
mode:
authorAlex Dunn2015-09-05 11:49:02 -0700
committerMike McQuaid2015-09-06 13:13:59 +0100
commit818c65542d2bb57ba01959f1bedfddf0b4cf3be5 (patch)
tree1d067057b4e667a4adde559a0d58a0860bbbaa9f /Library/Homebrew/test
parent488aa19d8fe32f7651d178cf25a65fae1bb733df (diff)
downloadbrew-818c65542d2bb57ba01959f1bedfddf0b4cf3be5.tar.bz2
remove Formula#file_modified?
It's been more trouble than it's worth. Fixes Homebrew/homebrew#43607. Closes Homebrew/homebrew#43049. Closes Homebrew/homebrew#43615. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Diffstat (limited to 'Library/Homebrew/test')
-rw-r--r--Library/Homebrew/test/test_bottle_hooks.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/Library/Homebrew/test/test_bottle_hooks.rb b/Library/Homebrew/test/test_bottle_hooks.rb
index f2ae5a6b7..ff9d95c9c 100644
--- a/Library/Homebrew/test/test_bottle_hooks.rb
+++ b/Library/Homebrew/test/test_bottle_hooks.rb
@@ -10,8 +10,6 @@ class BottleHookTests < Homebrew::TestCase
def some_random_method
true
end
-
- def file_modified?; end
end
def setup