<?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>@@ -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>89e73dc828d96b960b03fa3801a058c8bf3400e9</id>
    </parent>
    <parent>
      <id>4e88e05cfcf4ef79103bf270a4044bc153efbae7</id>
    </parent>
  </parents>
  <author>
    <name>Josh Knowles</name>
    <email>joshknowles@gmail.com</email>
  </author>
  <url>http://github.com/joshknowles/rspec-on-rails-matchers/commit/cfda85023be7b8bc9fd8ecda9b251d85399fb76e</url>
  <id>cfda85023be7b8bc9fd8ecda9b251d85399fb76e</id>
  <committed-date>2008-03-02T21:26:19-08:00</committed-date>
  <authored-date>2008-03-02T21:26:19-08:00</authored-date>
  <message>Merge branch 'master' of git@github.com:joshknowles/rspec-on-rails-matchers

Conflicts:

	CHANGELOG</message>
  <tree>02870ab7cae47bd8496ed4680e409ef39b46724a</tree>
  <committer>
    <name>Josh Knowles</name>
    <email>joshknowles@gmail.com</email>
  </committer>
</commit>
