aboutsummaryrefslogtreecommitdiff
path: root/mix.exs
diff options
context:
space:
mode:
authorkballou <kballou@devnulllabs.io>2016-11-11 14:45:47 -0700
committerkballou <kballou@devnulllabs.io>2016-11-13 16:32:40 -0700
commit1f6773180528f1f7eb9aec881d4b911964558e50 (patch)
treec41612d17be332abc11e076f05ea2ebcbe476c38 /mix.exs
parente9b0894afb28dc06ae8b0e8f98f195bd33d106a2 (diff)
downloadzendex-1f6773180528f1f7eb9aec881d4b911964558e50.tar.gz
zendex-1f6773180528f1f7eb9aec881d4b911964558e50.tar.xz
adding `exvcr` testing library dependency
Diffstat (limited to 'mix.exs')
-rw-r--r--mix.exs3
1 files changed, 2 insertions, 1 deletions
diff --git a/mix.exs b/mix.exs
index cc01160..b892d7a 100644
--- a/mix.exs
+++ b/mix.exs
@@ -28,7 +28,8 @@ defmodule Zendex.Mixfile do
{:credo, "~> 0.4", only: :dev},
{:dialyxir, "~> 0.3", only: :dev},
{:excoveralls, "~> 0.5", only: :test},
- {:meck, "~> 0.8", only: :test}]
+ {:meck, "~> 0.8", only: :test},
+ {:exvcr, "~> 0.8.4", only: :test}]
end
defp description do