aboutsummaryrefslogtreecommitdiffstats
path: root/test/rlx_test_utils.erl
diff options
context:
space:
mode:
authorTristan Sloughter <[email protected]>2016-09-25 09:01:09 -0700
committerGitHub <[email protected]>2016-09-25 09:01:09 -0700
commitc7e6d8119037d4d4ab117381027f379de9a6a5df (patch)
treec39c9d597e44bc39dcd7765786521b0f15c9e58b /test/rlx_test_utils.erl
parent43056adc09c37ee2f1e9f640f7ee20d7609f2cbf (diff)
parent3b25185d295357ac5d038c15c4fc3d599fcd98cc (diff)
downloadrelx-c7e6d8119037d4d4ab117381027f379de9a6a5df.tar.gz
relx-c7e6d8119037d4d4ab117381027f379de9a6a5df.tar.bz2
relx-c7e6d8119037d4d4ab117381027f379de9a6a5df.zip
Merge pull request #512 from lrascao/feature/increase_test_coverage
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) ->