describe('set', () => {
  let key, expectedReply
  beforeEach(() => {
    key = 'a-key'
    expectedReply = 'hello world'