assemble () {
    return () => describe(`'${this._name}' command`, () => {
      this._basicSuite()

      if (this._command.prerequisites) {