aboutsummaryrefslogtreecommitdiff
path: root/config
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
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')
-rw-r--r--config/config.exs2
-rw-r--r--config/test.exs2
2 files changed, 0 insertions, 4 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"
diff --git a/config/test.exs b/config/test.exs
index b2a3ed8..d2d855e 100644
--- a/config/test.exs
+++ b/config/test.exs
@@ -1,3 +1 @@
use Mix.Config
-
-config :zendex, :http_client, Zendex.HttpClient.InMemory