function enabled (err, ignore) {
      expect(err).to.be.null
      expect(ignore).to.be.false
    }