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

Add a PropEr test for cowboy_dispatcher:split_host/1

Mostly thanks to Magnus Klaar as it took me a while to figure
out how PropEr tests had to be written.
This commit is contained in:
Loïc Hoguin 2011-07-26 10:46:06 +02:00
parent 503a0c7662
commit e5d4c1f22f
4 changed files with 109 additions and 2 deletions

View file

@ -1,7 +1,9 @@
{cover_enabled, true}.
{deps, [
{quoted, "1.0.0",
{git, "git://github.com/klaar/quoted.erl.git", {tag, "1.0.1"}}}
{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,