diff --git a/Makefile b/Makefile index 26d4a27..8758486 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ PROJECT = trails DEPS = cowboy -dep_cowboy = git https://github.com/extend/cowboy.git 1.0.1 +dep_cowboy = git git://github.com/extend/cowboy.git 1.0.1 SHELL_DEPS = sync diff --git a/test/trails_SUITE.erl b/test/trails_SUITE.erl index 240448d..81aa22f 100644 --- a/test/trails_SUITE.erl +++ b/test/trails_SUITE.erl @@ -53,7 +53,7 @@ basic_compile_test(Config) -> [{ [<<"localhost">>], [], [ - {[<<"such">>,<<"path">>], [], http_such_path_handler,[]}, + {[<<"such">>, <<"path">>], [], http_such_path_handler,[]}, {[<<"very">>], [], http_very, []}, {[], [], http_handler, []} ]} @@ -74,7 +74,7 @@ static_compile_test(Config) -> [ {'_', [], [ - {[], [],cowboy_static, {private_file, something, "index.html"}} + {[], [], cowboy_static, {private_file, something, "index.html"}} ]} ], ExpectedResponse = trails:compile(StaticRoute),