Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jaycfields committed Jan 10, 2013
1 parent a5ae0ee commit 1841d41
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ expectations is a minimalist's testing framework
## 10 second example (inferred testing demo)

```clojure
;; expectations uses the format (expect expected actual) for all tests (equality, expected exception, regex matching, interactions, etc)
;; expectations uses the format (expect expected actual) for all tests
;; (equality, expected exception, regex matching, interactions, etc).

;; use expectations to test equality
(expect 1 1)
Expand Down

0 comments on commit 1841d41

Please sign in to comment.