<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>lib/spec/rails/matchers/observers.rb</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -4,5 +4,6 @@ Change Log
 Trunk
 -----
 
+* 2008/03/02 - Added should observe (Luke Melia)
 * 2008/03/02 - Patched validates_length_of to use within to be consistent with Rails (Matt Pelletier)
 * 2007/01/03 - Initial Public Release
\ No newline at end of file</diff>
      <filename>CHANGELOG</filename>
    </modified>
    <modified>
      <diff>@@ -51,6 +51,11 @@ Adds the following RSpec matchers:
     object.should validate_length_of(:attribute, :is =&gt; 5)
     TM snippet: [msvl + tab]
 
+  * Observers:
+    Verify that the observer is observing a class. (doesn't verify that the observation works)
+    
+    object.should observe(:model)
+    example: GroupObserver.should observe(Group)
 
   * Views:
     Verifies that the views contains some tags.
@@ -173,6 +178,8 @@ Core Contributors
 Contributors
 -------------
 
-  * ckknight (improved should validate_length_of)
+  * ckknight
+  * Matt Pelletier
+  * Luke Melia
 
 Copyright (c) 2008 The Plugin Development Team, released under the MIT license
\ No newline at end of file</diff>
      <filename>README</filename>
    </modified>
    <modified>
      <diff>@@ -1,3 +1,5 @@
+require 'spec/rails/matchers/observers'
 require 'spec/rails/matchers/associations'
 require 'spec/rails/matchers/validations'
-require 'spec/rails/matchers/views'
\ No newline at end of file
+require 'spec/rails/matchers/views'
+require 'spec/rails/matchers/observers'</diff>
      <filename>init.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>1b2d79a6d9b34c2815430a6d9193c88a1383fe02</id>
    </parent>
  </parents>
  <author>
    <name>joshknowles</name>
    <email>joshknowles@11e6f158-dd3c-0410-a69b-4d739fb74d9d</email>
  </author>
  <url>http://github.com/joshknowles/rspec-on-rails-matchers/commit/33f44e4d7242d05fa9f1a25556e0f4d11b713feb</url>
  <id>33f44e4d7242d05fa9f1a25556e0f4d11b713feb</id>
  <committed-date>2008-03-02T21:14:47-08:00</committed-date>
  <authored-date>2008-03-02T21:14:47-08:00</authored-date>
  <message>Added should observe.  Patch by Luke Melia.


git-svn-id: https://rspec-on-rails-matchers.googlecode.com/svn/trunk@23 11e6f158-dd3c-0410-a69b-4d739fb74d9d</message>
  <tree>43bfa839f7b968a0a7235f11e1510dc7c6ee9314</tree>
  <committer>
    <name>joshknowles</name>
    <email>joshknowles@11e6f158-dd3c-0410-a69b-4d739fb74d9d</email>
  </committer>
</commit>
