aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/test/test_updater.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/Library/Homebrew/test/test_updater.rb b/Library/Homebrew/test/test_updater.rb
index 48ad066d7..364a16b5c 100644
--- a/Library/Homebrew/test/test_updater.rb
+++ b/Library/Homebrew/test/test_updater.rb
@@ -30,6 +30,10 @@ class UpdaterTests < Homebrew::TestCase
def expectations_met?
@expected == @called
end
+
+ def inspect
+ "#<#{self.class.name}>"
+ end
end
def fixture(name)