Current section

Files

Jump to
rebar3_proper priv templates proper.template
Raw

priv/templates/proper.template

{description, "Template for a regular PropEr suite"}.
{variables, [
{name, "Name of the suite (prop_<name>)"},
{test_dir, "test", "The directory where the test suite goes"}
]}.
{template, "prop.erl.tpl", "{{test_dir}}/prop_{{name}}.erl"}.