Skip to content

Commit

Permalink
[#4] Fix Makefile and trails_SUITE.erl
Browse files Browse the repository at this point in the history
  • Loading branch information
davecaos committed Jun 25, 2015
1 parent b3dab95 commit 3dbffbf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions test/trails_SUITE.erl
Original file line number Diff line number Diff line change
Expand Up @@ -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, []}
]}
Expand All @@ -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),
Expand Down

0 comments on commit 3dbffbf

Please sign in to comment.