Yield the block in LocalInstrumenter

This commit is contained in:
Brandon Keepers
2015-03-05 10:01:28 -08:00
parent c22a6563d9
commit 2d5476f6c8

View File

@@ -14,6 +14,7 @@ class TestInstrumentation < Minitest::Test
def instrument(name, *args)
@events << Event.new(name, args)
yield
end
end