aboutsummaryrefslogtreecommitdiffstats
path: root/test/rlx_test_utils.erl
diff options
context:
space:
mode:
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) ->