Skip to content

Commit

Permalink
Moved fact to fact.core
Browse files Browse the repository at this point in the history
  • Loading branch information
weavejester committed Mar 5, 2009
1 parent c4db40d commit 0767da0
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions src/fact.clj → src/fact/core.clj
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,11 @@
;; terms of this license. You must not remove this notice, or any other, from
;; this software.

;; fact:
;; fact.core:
;;
;; Fact is a unit testing library that is a cross between Ruby's RSpec and
;; Haskell's QuickCheck.
;; The core functionality of Fact.

(ns fact
(:use fact.utils.random)
(:import java.util.Collection)
(:import java.util.Map)
(ns fact.core
(:import clojure.lang.IFn)
(:import java.util.regex.Pattern)
(:import java.io.FileNotFoundException))
Expand Down

0 comments on commit 0767da0

Please sign in to comment.