Skip to content

Commit

Permalink
Prevent exceptions from 'defcommand' in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sanel committed Jan 17, 2012
1 parent 184987b commit 5ca5593
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/hubris/command_test.clj
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
(ns hubris.command-test
(:use [hubris.command] :reload-all)
(:use [hubris.builtin]) ;; to prevent exceptions from 'defcommand'
(:use [clojure.test]))

(deftest test-count-commands
Expand Down

0 comments on commit 5ca5593

Please sign in to comment.