Skip to content
This repository has been archived by the owner on Mar 19, 2019. It is now read-only.

Project name #437

Merged
merged 3 commits into from
Mar 17, 2017
Merged

Project name #437

merged 3 commits into from
Mar 17, 2017

Commits on Mar 17, 2017

  1. Require project name when generating project

    The project name used by the `generateWith()` testing method was
    hardcoded to "project_name".  We now require a projectName parameter,
    separate from the generator parameters.  The signature for
    `generateWith()` is now
    
    ```typescript
    generateWith(gen: ProjectGenerator, projectName: string, params?: {})
    ```
    
    General cleanup of TypeScript and Gherkin formatting.
    
    Closes #425
    David Dooling committed Mar 17, 2017
    Configuration menu
    Copy the full SHA
    1fba73b View commit details
    Browse the repository at this point in the history
  2. Make tests quieter

    David Dooling committed Mar 17, 2017
    Configuration menu
    Copy the full SHA
    9e48fe5 View commit details
    Browse the repository at this point in the history
  3. Ensure test projects have a name

    When creating the project artifact for testing, give it a name.
    
    Clean up links in the change log.
    
    Fixes #436
    David Dooling committed Mar 17, 2017
    Configuration menu
    Copy the full SHA
    d42cfd9 View commit details
    Browse the repository at this point in the history