aboutsummaryrefslogtreecommitdiffstats
path: root/test/rlx_test_utils.erl
diff options
context:
space:
mode:
authorLuis Rascao <[email protected]>2016-09-21 22:38:55 +0100
committerLuis Rascao <[email protected]>2016-09-25 00:06:51 +0100
commit3b25185d295357ac5d038c15c4fc3d599fcd98cc (patch)
treec39c9d597e44bc39dcd7765786521b0f15c9e58b /test/rlx_test_utils.erl
parent43056adc09c37ee2f1e9f640f7ee20d7609f2cbf (diff)
downloadrelx-3b25185d295357ac5d038c15c4fc3d599fcd98cc.tar.gz
relx-3b25185d295357ac5d038c15c4fc3d599fcd98cc.tar.bz2
relx-3b25185d295357ac5d038c15c4fc3d599fcd98cc.zip
Increase test coverage
Diffstat (limited to 'test/rlx_test_utils.erl')
-rw-r--r--test/rlx_test_utils.erl4
1 files changed, 3 insertions, 1 deletions
diff --git a/test/rlx_test_utils.erl b/test/rlx_test_utils.erl
index b26e143..279a887 100644
--- a/test/rlx_test_utils.erl
+++ b/test/rlx_test_utils.erl
@@ -76,7 +76,9 @@ test_template_contents() ->
"{yahoo, \"{{yahoo}}\"}.\n"
"{foo_dir, \"{{foo_dir}}\"}.\n"
"{foo_yahoo, \"{{foo_yahoo}}\"}.\n"
- "{google, \"{{google}}\"}.\n".
+ "{google, \"{{google}}\"}.\n"
+ "{prop1, \"{{prop1}}\"}.\n"
+ "{prop2, {{prop2}}}.\n".
-ifdef(rand_module).
random_uniform(N) ->