aboutsummaryrefslogtreecommitdiffstats
path: root/spec/spec_helper.cr
diff options
context:
space:
mode:
authorkatherine <shmibs@shmibbles.me>2018-11-19 19:45:08 -0700
committerkatherine <shmibs@shmibbles.me>2018-11-19 19:45:08 -0700
commit9511acbce2bb97526098047ed75fd9de5046bdc8 (patch)
tree4eb760731a7277d3c7a92b37c78b10a1d7b35b06 /spec/spec_helper.cr
downloadxdg_basedir-9511acbce2bb97526098047ed75fd9de5046bdc8.tar.gz
initial commit! ヽ(^o^)丿
Diffstat (limited to 'spec/spec_helper.cr')
-rw-r--r--spec/spec_helper.cr2
1 files changed, 2 insertions, 0 deletions
diff --git a/spec/spec_helper.cr b/spec/spec_helper.cr
new file mode 100644
index 0000000..38f3f4a
--- /dev/null
+++ b/spec/spec_helper.cr
@@ -0,0 +1,2 @@
+require "spec"
+require "../src/xdg_basedir"