diff options
| author | Jack Nagel | 2014-06-12 21:47:36 -0500 |
|---|---|---|
| committer | Jack Nagel | 2014-06-12 21:47:36 -0500 |
| commit | 718b6f8b0c5755db65a034348eacc34673980480 (patch) | |
| tree | 13006221bd46691b45c04d91f1913304fa75f20f /Library | |
| parent | 4c0d2c2bfb99d91be404e9c05e3b569ffa7dcc39 (diff) | |
| download | brew-718b6f8b0c5755db65a034348eacc34673980480.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) |
