diff --git a/doc/TUTORIAL.md b/doc/TUTORIAL.md index 2f7710df..915af854 100644 --- a/doc/TUTORIAL.md +++ b/doc/TUTORIAL.md @@ -309,6 +309,9 @@ file should look like this: :dependencies [[org.clojure/clojure "1.2.0"] [org.apache.lucene/lucene-core "3.0.2"] [lancet "1.0.0"]] + :test-selectors {:default (fn [v] (not (:integration v))) + :integration :integration + :all (fn [_] true)} :main myproject.core) ```