diff options
| author | Jack Nagel | 2014-06-12 21:47:36 -0500 |
|---|---|---|
| committer | Jack Nagel | 2014-06-12 21:47:36 -0500 |
| commit | 989cc402b4906308ec2707a90b45282c740d013c (patch) | |
| tree | f1c9a6d608df96c0e806ab2bb32b8975e47604fe /Library | |
| parent | 4887c24724514f14a8fdf84f14737a8d6b5e77be (diff) | |
| download | homebrew-989cc402b4906308ec2707a90b45282c740d013c.tar.bz2 | |
No need to send, just call the method
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Homebrew/test/test_fails_with.rb | 2 |
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) |
