aboutsummaryrefslogtreecommitdiffstats
path: root/test/ws_SUITE.erl
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2013-01-22 14:22:28 +0100
committerLoïc Hoguin <[email protected]>2013-01-22 14:22:28 +0100
commit3b8a1365d15ef6690160292902cf3fd1fd523fc9 (patch)
treee096d121fa98df1ea1355d6384bd1a7a4dc7599e /test/ws_SUITE.erl
parent647e95aed157edd58c86acdd774048593eb9d039 (diff)
downloadcowboy-3b8a1365d15ef6690160292902cf3fd1fd523fc9.tar.gz
cowboy-3b8a1365d15ef6690160292902cf3fd1fd523fc9.tar.bz2
cowboy-3b8a1365d15ef6690160292902cf3fd1fd523fc9.zip
Do not require inets for running tests anymore
Diffstat (limited to 'test/ws_SUITE.erl')
-rw-r--r--test/ws_SUITE.erl2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/ws_SUITE.erl b/test/ws_SUITE.erl
index 92fd98b..61bb236 100644
--- a/test/ws_SUITE.erl
+++ b/test/ws_SUITE.erl
@@ -63,7 +63,6 @@ groups() ->
[{ws, [], BaseTests}].
init_per_suite(Config) ->
- application:start(inets),
application:start(crypto),
application:start(ranch),
application:start(cowboy),
@@ -73,7 +72,6 @@ end_per_suite(_Config) ->
application:stop(cowboy),
application:stop(ranch),
application:stop(crypto),
- application:stop(inets),
ok.
init_per_group(ws, Config) ->