el-get/test/el-get-issue-615.el

9 lines
265 B
EmacsLisp
Raw Normal View History

2012-02-29 09:57:55 +08:00
;; https://github.com/dimitri/el-get/issues/615
;;
;; Allow methods to provide default-website guesser
(el-get-describe 'js2-mode)
(with-current-buffer "*Help*"
(assert (string-match-p "Website:" (buffer-string)) nil
"Js2-mode should have a website"))