diff --git a/rebar.config b/rebar.config index 6cb44c40..3773669f 100644 --- a/rebar.config +++ b/rebar.config @@ -39,7 +39,7 @@ %% Profiles {profiles, [{test, [ {deps, [{meck, "0.8.7"}]}, - {erl_opts, [debug_info]} + {erl_opts, [debug_info, nowarn_export_all]} ] },