mirror of
https://github.com/ninenines/cowboy.git
synced 2025-07-14 12:20:24 +00:00

Mostly thanks to Magnus Klaar as it took me a while to figure out how PropEr tests had to be written.
13 lines
298 B
Erlang
13 lines
298 B
Erlang
{cover_enabled, true}.
|
|
{deps, [
|
|
{quoted, "1.0.0",
|
|
{git, "git://github.com/klaar/quoted.erl.git", {tag, "1.0.1"}}},
|
|
{proper, "1.0",
|
|
{git, "git://github.com/manopapad/proper.git", {tag, "v1.0"}}}
|
|
]}.
|
|
{erl_opts, [
|
|
%% bin_opt_info,
|
|
%% warn_missing_spec,
|
|
warnings_as_errors,
|
|
warn_export_all
|
|
]}.
|