aboutsummaryrefslogtreecommitdiff
path: root/config/config.exs
diff options
context:
space:
mode:
authorSteven Blowers <shdblowers@gmail.com>2016-11-22 19:39:45 +0000
committerSteven Blowers <shdblowers@gmail.com>2016-11-22 19:39:45 +0000
commit1bfac92a35eb752c4ed6cc4a510d11786d1a01c8 (patch)
treebac33bb3466887ff60102e40e39f1f3f03d3fa30 /config/config.exs
parentb8e4872ab277e8e889d852a2bc6aa19ec7972b9d (diff)
downloadzendex-1bfac92a35eb752c4ed6cc4a510d11786d1a01c8.tar.gz
zendex-1bfac92a35eb752c4ed6cc4a510d11786d1a01c8.tar.xz
finishing off using meck. had to delete doctests, as they don't work with meck
Diffstat (limited to 'config/config.exs')
-rw-r--r--config/config.exs2
1 files changed, 0 insertions, 2 deletions
diff --git a/config/config.exs b/config/config.exs
index dd0aa56..c9c59bb 100644
--- a/config/config.exs
+++ b/config/config.exs
@@ -1,5 +1,3 @@
use Mix.Config
-config :zendex, :http_client, HTTPoison
-
import_config "#{Mix.env}.exs"