Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
mark 0.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
ztellman committed Mar 4, 2015
1 parent b730e94 commit 0e954d8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ This library tests whether a given data structure is equivalent to whatever data
Since this is only for testing, it should be added as a `:dev` dependency:

```clj
{:profiles {:dev {:dependencies [[collection-check "0.1.4"]]}}}
{:profiles {:dev {:dependencies [[collection-check "0.1.5"]]}}}
```

To validate a vector-like data structure, you can use `(assert-vector-like empty-collection element-generator)`. For instance:
Expand Down
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject collection-check "0.1.5-SNAPSHOT"
(defproject collection-check "0.1.5"
:description "fuzz testing for alternate data structures"
:license {:name "MIT License"
:url "http://opensource.org/licenses/MIT"}
Expand Down

0 comments on commit 0e954d8

Please sign in to comment.