diff options
author | Tristan Sloughter <t@crashfast.com> | 2015-02-14 13:16:03 -0600 |
---|---|---|
committer | Tristan Sloughter <t@crashfast.com> | 2015-02-19 08:55:12 -0600 |
commit | e73ed97cfd5d9b94c98320c3aa0b6072ef32c4be (patch) | |
tree | dc7ea19d2f716503d0cd6c33d6c8748f77a13caa /test | |
parent | c3cdecf1252fe51caa7b9aeb0e1f77bd735c0131 (diff) |
follow xdg standard. fixes #122
Diffstat (limited to 'test')
-rw-r--r-- | test/rebar_new_SUITE.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/rebar_new_SUITE.erl b/test/rebar_new_SUITE.erl index 62a26af..6b57b74 100644 --- a/test/rebar_new_SUITE.erl +++ b/test/rebar_new_SUITE.erl @@ -23,7 +23,7 @@ end_per_testcase(_, Config) -> mock_home_dir(Path) -> meck:new(rebar_dir, [passthrough]), - meck:expect(rebar_dir, home_dir, fun() -> Path end). + meck:expect(rebar_dir, template_dir, fun(_) -> Path end). mock_empty_escript_templates() -> %% Can't find escript templates unless we run |