aboutsummaryrefslogtreecommitdiff
path: root/test/mastodon-auth-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-auth-tests.el
parente9dd14192f0e9f1e2367b378b937c2b2f042ffa1 (diff)
Use Cask to run tests in TravisCI
Diffstat (limited to 'test/mastodon-auth-tests.el')
-rw-r--r--test/mastodon-auth-tests.el4
1 files changed, 0 insertions, 4 deletions
diff --git a/test/mastodon-auth-tests.el b/test/mastodon-auth-tests.el
index 1bbc46b..b3edea8 100644
--- a/test/mastodon-auth-tests.el
+++ b/test/mastodon-auth-tests.el
@@ -1,9 +1,5 @@
(require 'el-mock)
-(load-file "../lisp/mastodon.el")
-(load-file "../lisp/mastodon-http.el")
-(load-file "../lisp/mastodon-auth.el")
-
(ert-deftest mastodon-auth:token-file ()
"Should return `mastodon-token-file' value."
(should (string= (mastodon-auth--token-file) "~/.emacs.d/mastodon.plstore")))