|
|
|
|
@ -87,6 +87,19 @@ |
|
|
|
|
";; This is a build artifact made from an integration test for https://github.com/etu/webpaste.el" |
|
|
|
|
:sync t) |
|
|
|
|
|
|
|
|
|
(expect (spy-calls-count 'webpaste-return-url) :to-equal 1) |
|
|
|
|
(expect (spy-calls-count 'webpaste-paste-text) :to-equal 0))) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
(it |
|
|
|
|
"can paste with paste.pound-python.org" |
|
|
|
|
|
|
|
|
|
(let ((provider (cadr (assoc "paste.pound-python.org" webpaste-providers-alist)))) |
|
|
|
|
(funcall |
|
|
|
|
provider |
|
|
|
|
";; This is a build artifact made from an integration test for https://github.com/etu/webpaste.el" |
|
|
|
|
:sync t) |
|
|
|
|
|
|
|
|
|
(expect (spy-calls-count 'webpaste-return-url) :to-equal 1) |
|
|
|
|
(expect (spy-calls-count 'webpaste-paste-text) :to-equal 0)))) |
|
|
|
|
|
|
|
|
|
|