No need to send, just call the method
This commit is contained in:
parent
4c0d2c2bfb
commit
718b6f8b0c
@ -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)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user