Skip to content

Commit

Permalink
Move meck to the test profile
Browse files Browse the repository at this point in the history
Because we only need it to run `ct`
  • Loading branch information
surik authored and umatomba committed Oct 19, 2017
1 parent b05825b commit 13cd05f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 4 additions & 2 deletions rebar.config
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@

{deps, [
{lager, "3.5.1"},
{meck, "0.8.8"},
{exometer_core, "1.5.2"}
]}.

Expand All @@ -16,7 +15,10 @@

{profiles, [
{test, [
{erl_opts, [nowarn_export_all]}
{erl_opts, [nowarn_export_all]},
{deps, [
{meck, "0.8.8"}
]}
]}
]}.

Expand Down
2 changes: 0 additions & 2 deletions rebar.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
{<<"goldrush">>,{pkg,<<"goldrush">>,<<"0.1.9">>},1},
{<<"hut">>,{pkg,<<"hut">>,<<"1.2.0">>},1},
{<<"lager">>,{pkg,<<"lager">>,<<"3.5.1">>},0},
{<<"meck">>,{pkg,<<"meck">>,<<"0.8.8">>},0},
{<<"parse_trans">>,{pkg,<<"parse_trans">>,<<"3.0.0">>},1},
{<<"setup">>,{pkg,<<"setup">>,<<"1.8.4">>},1}]}.
[
Expand All @@ -16,7 +15,6 @@
{<<"goldrush">>, <<"F06E5D5F1277DA5C413E84D5A2924174182FB108DABB39D5EC548B27424CD106">>},
{<<"hut">>, <<"0089DF0FAA2827C605BBADA88153F24FFF5EA7A4BE32ECF0250A7FDC2719CAFB">>},
{<<"lager">>, <<"63897A61AF646C59BB928FEE9756CE8BDD02D5A1A2F3551D4A5E38386C2CC071">>},
{<<"meck">>, <<"EEB3EFE811D4346E1A7F65B2738ABC2AD73CBE1A2C91B5DD909BAC2EA0414FA6">>},
{<<"parse_trans">>, <<"9E96B1C9C3A0DF54E7B76F8F685D38BFA1EB21B31E042B1D1A5A70258E4DB1E3">>},
{<<"setup">>, <<"738DB0685DC1741F45C6A9BF78478E0D5877F3D0876C0B50FD02F0210EDB5AA4">>}]}
].

0 comments on commit 13cd05f

Please sign in to comment.