aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/test/test_utils.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Homebrew/test/test_utils.rb')
-rw-r--r--Library/Homebrew/test/test_utils.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/test/test_utils.rb b/Library/Homebrew/test/test_utils.rb
index a40a56775..cd5a379ab 100644
--- a/Library/Homebrew/test/test_utils.rb
+++ b/Library/Homebrew/test/test_utils.rb
@@ -60,7 +60,7 @@ class UtilTests < Homebrew::TestCase
def test_ofail
shutup { ofail "foo" }
- assert Homebrew.failed
+ assert Homebrew.failed?
ensure
Homebrew.failed = false
end