-
Notifications
You must be signed in to change notification settings - Fork 938
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tests for HAS-ALL-THE-AWARDS that don't assume a fixed awards set
- Loading branch information
Jani Rahkola
committed
Mar 7, 2013
1 parent
85d032e
commit 4d6c883
Showing
3 changed files
with
17 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,7 @@ | ||
# predicates | ||
|
||
A Clojure library designed to ... well, that part is up to you. | ||
I'm part of the [120 hour epic sax marathon](http://iloveponies.github.com/120-hour-epic-sax-marathon/). | ||
|
||
## Usage | ||
|
||
FIXME | ||
|
||
## License | ||
|
||
Copyright © 2012 FIXME | ||
|
||
Distributed under the Eclipse Public License, the same as Clojure. | ||
Make a fork of me! |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,4 @@ | ||
(defproject predicates "0.1.0-SNAPSHOT" | ||
:dependencies [[org.clojure/clojure "1.4.0"]] | ||
:profiles {:dev {:dependencies [[midje "1.4.0"] | ||
[com.stuartsierra/lazytest "1.2.3"]] | ||
:plugins [[lein-midje "2.0.0-SNAPSHOT"]]}} | ||
:repositories {"stuart" "http://stuartsierra.com/maven2"} | ||
:url "http://example.com/FIXME") | ||
:dependencies [[org.clojure/clojure "1.5.0"]] | ||
:profiles {:dev {:dependencies [[midje "1.5-RC1"]] | ||
:plugins [[lein-midje "3.0-RC1"]]}}) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters