diff options
author | Loïc Hoguin <[email protected]> | 2013-10-22 09:15:57 +0200 |
---|---|---|
committer | Loïc Hoguin <[email protected]> | 2013-10-22 09:15:57 +0200 |
commit | aab63d605c595d8d0cd33646d13942d6cb372b60 (patch) | |
tree | 4a4a613d580cb8641e6b387e9940b1a26c2d3387 /examples/elixir_hello_world/test/test_helper.exs | |
parent | e7d4cff84832e094eeabcbdfdd9781456fe242d2 (diff) | |
download | cowboy-aab63d605c595d8d0cd33646d13942d6cb372b60.tar.gz cowboy-aab63d605c595d8d0cd33646d13942d6cb372b60.tar.bz2 cowboy-aab63d605c595d8d0cd33646d13942d6cb372b60.zip |
Remove the elixir_hello_world example
Elixir examples will be in a separate repository maintained
by Elixir capable developers.
Diffstat (limited to 'examples/elixir_hello_world/test/test_helper.exs')
-rw-r--r-- | examples/elixir_hello_world/test/test_helper.exs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/elixir_hello_world/test/test_helper.exs b/examples/elixir_hello_world/test/test_helper.exs deleted file mode 100644 index 4b8b246..0000000 --- a/examples/elixir_hello_world/test/test_helper.exs +++ /dev/null @@ -1 +0,0 @@ -ExUnit.start |