Merge remote-tracking branch 'canonical/next'
[sinan.git] / features / sint_app_src_mod_list.feature
blob2039c118c36d830ac83848b0ce7d4a9029491338
1 Feature: Support automatically populating module list in app
2   In order to reduce the amount of redundant information in a project
3   As an Erlang Developer
4   I want to sinan to be able to automatically populate the modules part
5   of the app metadata
7   Scenario: Have an app.src automatically populated
8     Given a generated project that contains an app.src
9     When a build step is run on this project
10     Then build the app normally
11     And sinan should put the populate the module list
13   Scenario: Have an ebin/app  automatically populated
14     Given a generated project that contains an ebin/app
15     When a build step is run on this project
16     Then build the app normally
17     And sinan should put the populate the module list