aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/test/test_fails_with.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/test/test_fails_with.rb b/Library/Homebrew/test/test_fails_with.rb
index 73393a587..6491e77d6 100644
--- a/Library/Homebrew/test/test_fails_with.rb
+++ b/Library/Homebrew/test/test_fails_with.rb
@@ -15,7 +15,7 @@ class FailsWithTests < Test::Unit::TestCase
end
def fails_with(*args, &block)
- @f.send(:fails_with, *args, &block)
+ @f.fails_with(*args, &block)
end
def build_cc(sym, build, version=nil)