diff options
Diffstat (limited to 'test/mastodon-auth-tests.el')
-rw-r--r-- | test/mastodon-auth-tests.el | 4 |
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"))) |