amber icon indicating copy to clipboard operation
amber copied to clipboard

Option in amber.yml to disable spec generation

Open elaine-jackson opened this issue 5 years ago • 2 comments

Some projects choose to not unit tests (specs) or use a third party option rather than Amber's build in spec system. It would be nice to have an option in amber.yml and at the new app create generator to disable the specs generation. Thoughts?

elaine-jackson avatar Jun 10 '19 17:06 elaine-jackson

We recommend that you have specs so the default generators will always provide them.

Eventually, with recipes, you will be able to design your own generators and remove specs if you wish. @damianham and I have been discussing how this might work in #1079

drujensen avatar Jun 10 '19 17:06 drujensen

We recommend that you have specs so the default generators will always provide them.

Eventually, with recipes, you will be able to design your own generators and remove specs if you wish. @damianham and I have been discussing how this might work in #1079

Providing them by default is understandable, but Amber should still support user choice and give an opt-out ability.

elaine-jackson avatar Jun 10 '19 20:06 elaine-jackson