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-client-tests.el | |
parent | e9dd14192f0e9f1e2367b378b937c2b2f042ffa1 (diff) |
Use Cask to run tests in TravisCI
Diffstat (limited to 'test/mastodon-client-tests.el')
-rw-r--r-- | test/mastodon-client-tests.el | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/mastodon-client-tests.el b/test/mastodon-client-tests.el index 2a58b84..73a3d7e 100644 --- a/test/mastodon-client-tests.el +++ b/test/mastodon-client-tests.el @@ -1,5 +1,4 @@ (require 'el-mock) -(load-file "../lisp/mastodon-client.el") (ert-deftest register () "Should POST to /apps." |