aboutsummaryrefslogtreecommitdiffstats
path: root/rebar.config
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2011-07-26 10:46:06 +0200
committerLoïc Hoguin <[email protected]>2011-07-26 10:46:06 +0200
commite5d4c1f22f29d2ab9e7fb8b5bdd298d02ffaec1e (patch)
tree5be8603b0da98114b62a2781bf9b0ddd1fb356cd /rebar.config
parent503a0c76628236ed14a22802c2ebd523148ab0e3 (diff)
downloadcowboy-e5d4c1f22f29d2ab9e7fb8b5bdd298d02ffaec1e.tar.gz
cowboy-e5d4c1f22f29d2ab9e7fb8b5bdd298d02ffaec1e.tar.bz2
cowboy-e5d4c1f22f29d2ab9e7fb8b5bdd298d02ffaec1e.zip
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.
Diffstat (limited to 'rebar.config')
-rw-r--r--rebar.config4
1 files changed, 3 insertions, 1 deletions
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,