aboutsummaryrefslogtreecommitdiff
path: root/test/mastodon-http-tests.el
diff options
context:
space:
mode:
authorJohnson Denen <johnson.denen@gmail.com>2017-04-22 22:33:58 -0400
committerJohnson Denen <johnson.denen@gmail.com>2017-04-23 11:09:06 -0400
commit949912d793cc8b80e6acb0978268405dc21a13e9 (patch)
tree4d07b4a0fb767810d35fbcdd83076c1e117794f8 /test/mastodon-http-tests.el
parente9dd14192f0e9f1e2367b378b937c2b2f042ffa1 (diff)
Use Cask to run tests in TravisCI
Diffstat (limited to 'test/mastodon-http-tests.el')
-rw-r--r--test/mastodon-http-tests.el2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/mastodon-http-tests.el b/test/mastodon-http-tests.el
index 55f6bf3..06b92d5 100644
--- a/test/mastodon-http-tests.el
+++ b/test/mastodon-http-tests.el
@@ -1,7 +1,5 @@
(require 'el-mock)
-(load-file "../lisp/mastodon-http.el")
-
(ert-deftest mastodon-http:get:retrieves-endpoint ()
"Should make a `url-retrieve' of the given URL."
(let ((callback-double (lambda () "double")))