Closed patelcp closed 7 years ago
As a generator, I want to ensure that users properly fill out the ProjectName prompt so that the generation of the add subgenerator doesn't error out.
User should not be able to leave the ProjectName prompt empty when generating a layer module. ProjectName should be required.
User is able to hit enter and leave the ProjectName prompt empty.
Good catch we should fix this and write a test for it.
User story
As a generator, I want to ensure that users properly fill out the ProjectName prompt so that the generation of the add subgenerator doesn't error out.
Expected behavior
User should not be able to leave the ProjectName prompt empty when generating a layer module. ProjectName should be required.
Actual behavior
User is able to hit enter and leave the ProjectName prompt empty.
Steps to reproduce the behavior