class Thoughtbot::Shoulda::Context

def merge_block(&blk)

def merge_block(&blk)
  blk.bind(self).call
end