<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -38,7 +38,10 @@ module Spec
           else
             @alert = &quot;#{@target} expected to be indexed&quot;
           end
-          @alert.nil?
+        rescue
+          @alert = &quot;be_indexed matcher error: have you rake db:migrate and db:test:prepare?\n&quot; + $!
+        ensure
+          return @alert.nil?
         end
 
         def failure_message
@@ -83,4 +86,4 @@ module Spec
       end
     end
   end
-end
\ No newline at end of file
+end</diff>
      <filename>lib/spec/ultrasphinx/matchers/be_indexed.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>e1959ae7bdd9a54b8d0d0137f6d1986ebd486364</id>
    </parent>
  </parents>
  <author>
    <name>Nando</name>
    <email>fernando.garcia@the-cocktail.com</email>
  </author>
  <url>http://github.com/nando/be_indexed/commit/93d17e86435cd8cdc4702c7023fd5bc707724e23</url>
  <id>93d17e86435cd8cdc4702c7023fd5bc707724e23</id>
  <committed-date>2008-05-22T08:36:09-07:00</committed-date>
  <authored-date>2008-05-22T08:36:09-07:00</authored-date>
  <message>Feedback improved when database table is obsolete</message>
  <tree>6210a10ab8d35785d73fca5602a816ca32918721</tree>
  <committer>
    <name>Nando</name>
    <email>fernando.garcia@the-cocktail.com</email>
  </committer>
</commit>
