public
Description: Facon is a mocking library in the spirit of the Bacon spec library. Small, compact, and works with Bacon.
Homepage: http://rubyforge.org/projects/facon/
Clone URL: git://github.com/chuyeow/facon.git
Click here to lend your support to: facon and make a donation at www.pledgie.com !
facon / History.txt
100644 17 lines (9 sloc) 0.487 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
=== 0.3.1 / 2008-02-19
 
* Fixed a bug where mocks were not being teared down when there is a previous spec failure.
 
=== 0.3 / 2008-02-18
 
* Fixed a bug with proxied methods not being cleared.
* Fixed a bug where the same mocks were repeatedly being added to $facon_mocks.
 
=== 0.2 / 2008-02-13
 
* Use #after block to verify mocks so that the stack trace is more helpful (it now actually shows the line in the spec where the mock error occurred).
 
=== 0.1 / 2008-02-09
 
* First release!