aboutsummaryrefslogtreecommitdiff
path: root/config/config.exs
diff options
context:
space:
mode:
authorSteven Blowers <shdblowers@users.noreply.github.com>2016-11-22 19:54:09 +0000
committerGitHub <noreply@github.com>2016-11-22 19:54:09 +0000
commit088cd593dfa638655bb77923197a50e1c4a7a336 (patch)
treed8562b66308c0dbedbf667b91c20678031343c49 /config/config.exs
parent5c296447ad55a5e3f3e8503ed19befe106e3261b (diff)
parent5473dacfe2da5ca3dbe38360b49be7f1611d092b (diff)
downloadzendex-088cd593dfa638655bb77923197a50e1c4a7a336.tar.gz
zendex-088cd593dfa638655bb77923197a50e1c4a7a336.tar.xz
Merge pull request #2 from shdblowers/meck
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"