describe('with a command query', () => {
      it('finds all matching features', () => {
        return expect(search(features, 'git ADD')).toEqual(gitAddFeature)
      })
    })