From 9bafd9d97acf277375708ef1bf2567eb7c58f5ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Erik=20Hedenstro=CC=88m?= <erik@hedenstroem.com> Date: Tue, 5 Apr 2016 11:36:59 +0200 Subject: [PATCH] Pinned test deps --- features/consul_proxy.feature | 2 +- rebar.config | 7 +++++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/features/consul_proxy.feature b/features/consul_proxy.feature index 0c00820..e1683e7 100644 --- a/features/consul_proxy.feature +++ b/features/consul_proxy.feature @@ -54,5 +54,5 @@ Feature: Proxy functionality Then the status code should be 404 Scenario: Flush Cache - When a request is made to http://localhost:8082 + When a request is made to http://localhost:8082/api/cache/purge Then the status code should be 200 diff --git a/rebar.config b/rebar.config index ba722db..4e0d0d6 100644 --- a/rebar.config +++ b/rebar.config @@ -32,8 +32,11 @@ {test, [ {deps, [ {gurka, "0.1.7"}, - {nkdocker, {git, "https://github.com/NetComposer/nkdocker.git", "f0fc3f866ecf9ded00c3eaaef2402afefc56f77f"}}, - {nkpacket, {git, "https://github.com/NetComposer/nkpacket.git", "b2869f68060f779da56f63d0ff5e8c58a011d32c"}} + {gun, "1.0.0-pre.1"}, + {cowlib, {git, "https://github.com/ninenines/cowlib.git", {tag, "1.3.0"}}}, + {cowboy, ".*", {git, "https://github.com/extend/cowboy", {ref, "90ae31998e8d0887b9efe4b441136ac047708bb9"}}}, + {nkpacket, {git, "https://github.com/NetComposer/nkpacket.git", {ref, "b2869f68060f779da56f63d0ff5e8c58a011d32c"}}}, + {nkdocker, {git, "https://github.com/NetComposer/nkdocker.git", {ref, "f0fc3f866ecf9ded00c3eaaef2402afefc56f77f"}}} ]}, {eunit_opts, [{report, {eunit_surefire, [{dir, "_build/test"}]}}]}, {erl_opts, [debug_info, nowarn_unused_vars]} -- GitLab