<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,3 +1,7 @@
+=== 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.</diff>
      <filename>History.txt</filename>
    </modified>
    <modified>
      <diff>@@ -12,5 +12,5 @@ require 'facon/core_ext/object'
 # Facon is a mocking library in the spirit of the Bacon spec library. Small,
 # compact, and works with Bacon.
 module Facon
-  VERSION = '0.3'
+  VERSION = '0.3.1'
 end
\ No newline at end of file</diff>
      <filename>lib/facon.rb</filename>
    </modified>
    <modified>
      <diff>@@ -52,11 +52,10 @@ module Facon
 
       def it_with_mock_verification(description, &amp;block)
         @before.unshift(lambda { setup_facon_mocks })
-        after do
-          verify_facon_mocks
-          teardown_facon_mocks
-        end
+        @after &lt;&lt; lambda { verify_facon_mocks }
         it_without_mock_verification(description, &amp;block)
+      ensure
+        teardown_facon_mocks
       end
     end
 </diff>
      <filename>lib/facon/baconize.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>bacc600c03ee46a31f3cfccad342fbfd71244727</id>
    </parent>
  </parents>
  <author>
    <name>Cheah Chu Yeow</name>
    <email>chuyeow@gmail.com</email>
  </author>
  <url>http://github.com/chuyeow/facon/commit/2a56e0a06dfbb8316c481b1a40e463f95829aefa</url>
  <id>2a56e0a06dfbb8316c481b1a40e463f95829aefa</id>
  <committed-date>2008-02-18T22:21:03-08:00</committed-date>
  <authored-date>2008-02-18T22:21:03-08:00</authored-date>
  <message>Fixed a bug where mocks were not being teared down when there is a previous spec failure.
Upped version to 0.3.1.</message>
  <tree>1a68476ea8a637266e9a7bd9e9f0d48696d7fd96</tree>
  <committer>
    <name>Cheah Chu Yeow</name>
    <email>chuyeow@gmail.com</email>
  </committer>
</commit>
