No need to send, just call the method

This commit is contained in:
Jack Nagel 2014-06-12 21:47:36 -05:00
parent 4c0d2c2bfb
commit 718b6f8b0c

View File

@ -15,7 +15,7 @@ class FailsWithTests < Test::Unit::TestCase
end end
def fails_with(*args, &block) def fails_with(*args, &block)
@f.send(:fails_with, *args, &block) @f.fails_with(*args, &block)
end end
def build_cc(sym, build, version=nil) def build_cc(sym, build, version=nil)