Added test for returning of URL's

master
Elis Axelsson 9 years ago
parent e998ee4f9b
commit b7acc4e28c
No known key found for this signature in database
GPG Key ID: D57EFA625C9A925F
  1. 9
      test/webpaste-test.el

@ -6,6 +6,15 @@
(ert-deftest webpaste-test/return-url ()
"Test returning of URL's to the user."
(webpaste-return-url "https://example.com/")
(should (equal (car kill-ring) "https://example.com/")))
(ert-deftest webpaste--autopupulate-provider-priority ()
"Test autopopulate of webpaste-provider-priority."

Loading…
Cancel
Save