Skip to content

Commit

Permalink
Update test output in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
aw committed Mar 29, 2015
1 parent 519ebcf commit 5a4cad8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ pil +
9) ✓ (assert-kind-of) should assert a Atom
10) ✓ (assert-kind-of) should assert a String
-> (1 2 3 4 5 6 7 8 9 10)
-> (T T T T T T T T T T)
```

### When tests fail
Expand All @@ -155,6 +155,8 @@ pil +
# output
-> (T NIL NIL NIL NIL)
1) ✓ (assert-nil) should assert NIL
2) ✕ (assert-kind-of) should assert a Flag (NIL)
3) ✕ (assert-includes) should assert includes
Expand Down

0 comments on commit 5a4cad8

Please sign in to comment.