aboutsummaryrefslogtreecommitdiff
path: root/test/util.el
diff options
context:
space:
mode:
Diffstat (limited to 'test/util.el')
-rw-r--r--test/util.el12
1 files changed, 0 insertions, 12 deletions
diff --git a/test/util.el b/test/util.el
deleted file mode 100644
index 7d5937f..0000000
--- a/test/util.el
+++ /dev/null
@@ -1,12 +0,0 @@
-(defmacro stack-test-get-sample-data (method &optional directory)
- (with-current-buffer
- (find-file-noselect
- (concat "data-samples/"
- (when directory (concat directory "/"))
- method ".el"))
- (eval (read (buffer-string)))))
-
-(setq stack-test-data-questions
- (stack-test-get-sample-data "questions")
- stack-test-data-sites
- (stack-test-get-sample-data "sites"))