Skip to content

Commit a07d1b2

Browse files
committed
Add meck dependency for test
1 parent 8cd7304 commit a07d1b2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

rebar.config

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,3 +34,5 @@
3434
%% {riak_control, ".*", {git, "git://github.com/basho/riak_control.git", {tag, "2.1.6-225"}}},
3535
%% {riaknostic, ".*", {git, "git://github.com/basho/riaknostic.git", {tag, "2.1.7"}}},
3636
]}.
37+
38+
{profiles, [{test, [{deps, [meck]}]}]}.

0 commit comments

Comments
 (0)