<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>include_text.diff</filename>
    </added>
    <added>
      <filename>rspec_on_rails/lib/spec/rails/matchers/include_text.rb</filename>
    </added>
    <added>
      <filename>rspec_on_rails/spec/rails/matchers/include_text_spec.rb</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -114,6 +114,8 @@ In alphabetical order (by last name)
 ** Patch for file mappings for rspec/autotest integration
 * James Edward Gray II
 ** Patch to improve syntax highlighting in TextMate
+* Corey Haines
+** Patch [#343] include_text matcher for rails
 * Coda Hale
 ** Patch [#279] Autotest never calls the :red hook
 * Kyle Hargraves</diff>
      <filename>doc/src/community/index.page</filename>
    </modified>
    <modified>
      <diff>@@ -5,6 +5,7 @@ Note: we've removed the metaclass method from Object. There were some generated
 used it, and they will now break. Just replace the metaclass call with (class &lt;&lt; self; self; end)
 and all will be well.
 
+* Patch from Corey Haines to add include_text matcher (rspec_on_rails)
 * Patch from Antti Tarvainen to stop files from being loaded repeatedly when running heckle. Closes #333.
 * Fixed bug in which session object in example was not the same instance used in the controller. Closes #331. 
 * Added stub_model method which creates a real model instance with :id stubbed and data access prohibited.</diff>
      <filename>rspec/CHANGES</filename>
    </modified>
    <modified>
      <diff>@@ -6,7 +6,7 @@ module Spec
       TINY   = 3
       RELEASE_CANDIDATE = nil
 
-      BUILD_TIME_UTC = 20080309210001
+      BUILD_TIME_UTC = 20080316231210
 
       STRING = [MAJOR, MINOR, TINY].join('.')
       TAG = &quot;REL_#{[MAJOR, MINOR, TINY, RELEASE_CANDIDATE].compact.join('_')}&quot;.upcase.gsub(/\.|-/, '_')</diff>
      <filename>rspec/lib/spec/version.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,6 +1,7 @@
 dir = File.dirname(__FILE__)
 require 'spec/rails/matchers/assert_select'
 require 'spec/rails/matchers/have_text'
+require 'spec/rails/matchers/include_text'
 require 'spec/rails/matchers/redirect_to'
 require 'spec/rails/matchers/render_template'
 </diff>
      <filename>rspec_on_rails/lib/spec/rails/matchers.rb</filename>
    </modified>
    <modified>
      <diff>@@ -39,9 +39,11 @@ module Spec
       # Accepts a String or a Regexp, matching a String using ==
       # and a Regexp using =~.
       #
+      # If response_or_text has a #body, then that is used as to match against
+      # else it uses response_or_text
+      #
       # Use this instead of &lt;tt&gt;response.should have_tag()&lt;/tt&gt;
-      # when you either don't know or don't care where on the page
-      # this text appears.
+      # when you want to match the whole string or whole body
       #
       # == Examples
       #</diff>
      <filename>rspec_on_rails/lib/spec/rails/matchers/have_text.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,7 +1,7 @@
 module Spec
   module Rails
     module VERSION #:nodoc:
-      BUILD_TIME_UTC = 20080309210001
+      BUILD_TIME_UTC = 20080316231210
     end
   end
 end</diff>
      <filename>rspec_on_rails/lib/spec/rails/version.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>b6468839603b24d8635b3c6d39bf4a5819a487d4</id>
    </parent>
  </parents>
  <author>
    <name>David Chelimsky</name>
    <email>dchelimsky@gmail.com</email>
  </author>
  <url>http://github.com/seangeo/rspec/commit/6f2c4cf4741bef610bc23982b2c9fcf6d96d8b07</url>
  <id>6f2c4cf4741bef610bc23982b2c9fcf6d96d8b07</id>
  <committed-date>2008-03-16T18:46:44-07:00</committed-date>
  <authored-date>2008-03-16T18:46:44-07:00</authored-date>
  <message>Patch from Corey Haines to add include_text matcher (rspec_on_rails). Closes #343</message>
  <tree>71921ca205a730f1377f95999301ca91a33cf903</tree>
  <committer>
    <name>David Chelimsky</name>
    <email>dchelimsky@gmail.com</email>
  </committer>
</commit>
