Add a test for :only selector.

This commit is contained in:
Anthony Grimes 2012-10-20 18:03:16 -05:00
parent d67157b1fe
commit 43a5af1356

View file

@ -40,3 +40,7 @@
(deftest test-override-namespace-selector
(test sample-no-aot-project ":int2")
(is (= (ran?) #{:integration-ns :int2})))
(deftest test-only-selector
(test sample-no-aot-project ":only" "selectors/regular")
(is (= (ran?) #{:regular})))