diff options
author | Johnson Denen <johnson.denen@gmail.com> | 2017-04-22 22:33:58 -0400 |
---|---|---|
committer | Johnson Denen <johnson.denen@gmail.com> | 2017-04-23 11:09:06 -0400 |
commit | 949912d793cc8b80e6acb0978268405dc21a13e9 (patch) | |
tree | 4d07b4a0fb767810d35fbcdd83076c1e117794f8 /test/mastodon-http-tests.el | |
parent | e9dd14192f0e9f1e2367b378b937c2b2f042ffa1 (diff) |
Use Cask to run tests in TravisCI
Diffstat (limited to 'test/mastodon-http-tests.el')
-rw-r--r-- | test/mastodon-http-tests.el | 2 |
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"))) |