<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -3,6 +3,7 @@
 * http://rspec.info
 * http://rubyforge.org/projects/rspec
 * http://github.com/dchelimsky/rspec/wikis
+* mailto:rspec-users@rubyforge.org
 * mailto:rspec-devel@rubyforge.org
 
 == DESCRIPTION:</diff>
      <filename>README.rdoc</filename>
    </modified>
    <modified>
      <diff>@@ -26,7 +26,7 @@ describe &quot;should raise_error {|err| ... }&quot; do
     lambda { non_existent_method }.should raise_error {|e|
       error = e
     }
-    error.should be_an_instance_of(NameError)
+    error.should be_kind_of(NameError)
   end
 end
 
@@ -118,8 +118,8 @@ describe &quot;should_not raise_error(NamedError)&quot; do
   
   it &quot;should fail if named error is raised&quot; do
     lambda {
-      lambda { non_existent_method }.should_not raise_error(NameError)
-    }.should fail_with(/expected no NameError, got #&lt;NameError: undefined/)
+      lambda { 1 + 'b' }.should_not raise_error(TypeError)
+    }.should fail_with(/expected no TypeError, got #&lt;TypeError: String can't be/)
   end  
 end
 </diff>
      <filename>spec/spec/matchers/raise_error_spec.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>2d3163022e2a03a66a89b90117d10ee30d77d364</id>
    </parent>
  </parents>
  <author>
    <name>David Chelimsky</name>
    <email>dchelimsky@gmail.com</email>
  </author>
  <url>http://github.com/dchelimsky/rspec/commit/13b44a6c971f74d6e44d5443639373876519669c</url>
  <id>13b44a6c971f74d6e44d5443639373876519669c</id>
  <committed-date>2009-04-30T03:08:08-07:00</committed-date>
  <authored-date>2009-04-30T03:08:08-07:00</authored-date>
  <message>Update a couple of examples that are only failing in JRuby because MRI
raises a NameError but JRuby raises a NoMethodError.</message>
  <tree>578cfe9e51cdccfd59ab2996f0664a90b8b75d97</tree>
  <committer>
    <name>David Chelimsky</name>
    <email>dchelimsky@gmail.com</email>
  </committer>
</commit>
