summaryrefslogtreecommitdiff
path: root/config/test.exs
diff options
context:
space:
mode:
authorRodrigo Coutinho <digao@osfeio.com>2017-12-29 18:32:36 -0200
committerGitHub <noreply@github.com>2017-12-29 18:32:36 -0200
commitf75b83f1713a7c7aacfcdd8a4134a9113981d136 (patch)
tree6e4ca433c2665b002f0c885dde82bdab16556429 /config/test.exs
parentbump version (diff)
Fix test suite (#11)
* Fix broken specs and update exvcr * Provide default configuration to run tests * Show nameservers in zone
Diffstat (limited to 'config/test.exs')
-rw-r--r--config/test.exs4
1 files changed, 4 insertions, 0 deletions
diff --git a/config/test.exs b/config/test.exs
new file mode 100644
index 0000000..eedc0c7
--- /dev/null
+++ b/config/test.exs
@@ -0,0 +1,4 @@
+use Mix.Config
+
+config :powerdnsex, url: "https://powerdns.example.com"
+config :powerdnsex, token: "example"