From e5d4c1f22f29d2ab9e7fb8b5bdd298d02ffaec1e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Tue, 26 Jul 2011 10:46:06 +0200 Subject: 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. --- rebar.config | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'rebar.config') diff --git a/rebar.config b/rebar.config index 476ddd6..af656ef 100644 --- a/rebar.config +++ b/rebar.config @@ -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, -- cgit v1.2.3