class PowerAssert::BlockContext

def yield

def yield
  @fired = true
  invoke_yield(&@assertion_proc)
end