slugs.forEach(({ input, output }) => {
    const actual = removeDateFromSlug(input);
    assert.same(actual, output);
  });