<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -26,7 +26,7 @@ Here's an example of over-stubbing:
 
 With this approach you can end up with stubs of methods that no longer exists or even of objects that are no longer a dependency.
 
-If you use Mocha, you can configure it to help prevent over-stubbing through the class Configuration:
+The best way to avoid this issues is to learn from trying and studying but, if you use Mocha, you can configure it to help prevent over-stubbing through the class Configuration:
 
 &lt;script src=&quot;http://gist.github.com/110802.js&quot;&gt;&lt;/script&gt;
 
@@ -34,6 +34,8 @@ In the above examples, when Mocha finds an &quot;improper&quot; use of stubs, it will thro
 
 &lt;script src=&quot;http://gist.github.com/110804.js&quot;&gt;&lt;/script&gt;
 
+*Note*: of course, you shouldn't use this as a solution for problems with over-stubbing. I think this feature is a good help for teams learning to do TDD or migration from a &quot;isolationist&quot; style to a more traditional one.
+
 Read more:
 
     &quot;Mocha::Configuration RDoc&quot;:http://mocha.rubyforge.org/classes/Mocha/Configuration.html &lt;br/&gt;</diff>
      <filename>_posts/2009-05-13-avoiding-over-stubbing-with-mocha.textile</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>f153b51951f584444b909cb6f60dbc742f5092c3</id>
    </parent>
  </parents>
  <author>
    <name>Lucas H&#250;ngaro</name>
    <email>lucashungaro@gmail.com</email>
  </author>
  <url>http://github.com/lucashungaro/lucashungaro.github.com/commit/61a627485852aaf53b7a68aa18d834d9c5114f6c</url>
  <id>61a627485852aaf53b7a68aa18d834d9c5114f6c</id>
  <committed-date>2009-05-14T16:37:58-07:00</committed-date>
  <authored-date>2009-05-14T16:37:58-07:00</authored-date>
  <message>Adding a note to the last post</message>
  <tree>94dd7a71ce9a82d7c01e1291d1e8da180622a934</tree>
  <committer>
    <name>Lucas H&#250;ngaro</name>
    <email>lucashungaro@gmail.com</email>
  </committer>
</commit>
