Skip to content

Commit

Permalink
Revert "Add a test for"
Browse files Browse the repository at this point in the history
This reverts commit 2589faa.
  • Loading branch information
areina committed Dec 3, 2015
1 parent 2589faa commit 2bc14a5
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions test/helm-dash-test.el
Expand Up @@ -77,6 +77,7 @@
(docset "C++"))
(should (equal (helm-dash-sub-docset-name-in-pattern pattern docset) "printf"))))


;;;; helm-dash-result-url

(ert-deftest helm-dash-result-url/checks-docset-types ()
Expand Down Expand Up @@ -114,18 +115,6 @@
;; ignored docset:
(should-not (member "Man_Pages" docsets))))

;;;; helm-dash-activate-docset

(ert-deftest helm-dash-activate-docset ()
(let ((helm-dash-common-docsets '("Redis" "Go" "CSS"))
(helm-dash-connections
'(("Redis" "/tmp/.docsets/Redis.docset/Contents/Resources/docSet.dsidx" "DASH")
("Go" "/tmp/.docsets/Go.docset/Contents/Resources/docSet.dsidx" "DASH")
("CSS" "/tmp/.docsets/CSS.docset/Contents/Resources/docSet.dsidx" "ZDASH"))))
(helm-dash-activate-docset "Clojure")
(should (equal'("Clojure" "Redis" "Go" "CSS") helm-dash-common-docsets))
(should (equal nil helm-dash-connections))))

(provide 'helm-dash-test)

;;; helm-dash-test ends here

0 comments on commit 2bc14a5

Please sign in to comment.