summaryrefslogtreecommitdiff
path: root/test/rebar_new_SUITE_data/.rebar3
Commit message (Collapse)AuthorAgeFilesLines
* A bad template index does not crash; shows warningFred Hebert2015-12-188-0/+145
| | | | | | | | This should fix #955 The test is implicit as a bad index previously silently crashed rebar3. By adding the bad index to the `new` suite's files, we can show that things keep running.
* Add support for custom templates in subdirectoriesFred Hebert2014-12-238-0/+144
- Includes tests for templates and their application