class MarkdownExec::TestHashDelegator::TestHashDelegatorStartFencedBlock

def setup

def setup
  @hd = HashDelegator.new({
                            block_name_wrapper_match: 'WRAPPER_REGEX',
                            block_calls_scan: 'CALLS_REGEX'
                          })
end