Skip to content

Commit

Permalink
Fixed typo, updated history.
Browse files Browse the repository at this point in the history
  • Loading branch information
marick committed Sep 23, 2010
1 parent f8f3ac1 commit 22887fe
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions HISTORY.md
@@ -1,3 +1,8 @@
= 0.6.0
* Can "unfold" nested function calls in provided facts, so
that (f (g 1)) produces two mock calls, the first of which
returns a metaconstant that the second expects.

= 0.5.0 (stable)
* Line numbers almost always point to the line that provoked
the error (one of the lines with => on them).
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -94,6 +94,6 @@ function that does the actual work is `expect*`. Its
first argument is the map in the `call-being-tested` format,
followed by zero or more maps in the `fake` format.

# Mailing list #
# Mailing list

[Here](http://groups.google.com/group/midje)

0 comments on commit 22887fe

Please sign in to comment.