<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -17,4 +17,4 @@ spec/dm-tags/taggable_spec.rb
 spec/dm-tags/tagging_spec.rb
 spec/spec.opts
 spec/spec_helper.rb
-tasks/rspec.rake
+tasks/rspec.rake
\ No newline at end of file</diff>
      <filename>Manifest.txt</filename>
    </modified>
    <modified>
      <diff>@@ -17,7 +17,11 @@ describe DataMapper::Tags do
 
   describe &quot;.has_tags_on&quot; do
     it &quot;should accept an array of context names&quot; do
-      lambda{UntaggedModel.has_tags_on(:should, 'not', :raise)}.should_not raise_error(ArgumentError)
+      class HasTagsOnTestModel
+        include DataMapper::Resource
+        property :id, Integer, :serial =&gt; true
+      end
+      lambda{HasTagsOnTestModel.has_tags_on(:should, 'not', :raise)}.should_not raise_error(ArgumentError)
     end
 
     it &quot;should create taggable functionality for each of the context names passed&quot; do</diff>
      <filename>spec/dm-tags/dm_tags_spec.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>3c50bfebbe6905c666955ce5f0fe9a03d24ae22f</id>
    </parent>
  </parents>
  <author>
    <name>bobby</name>
    <email>bobby_calderwood@mac.com</email>
  </author>
  <url>http://github.com/bobby/dm-tags/commit/47e9382d108adf0f6757bd666e1ab0a3729f9763</url>
  <id>47e9382d108adf0f6757bd666e1ab0a3729f9763</id>
  <committed-date>2008-07-30T14:18:53-07:00</committed-date>
  <authored-date>2008-07-30T14:18:53-07:00</authored-date>
  <message>Updated Manifest.txt and tweaked dm-tags_spec.rb.</message>
  <tree>62f68684fe1b4e29901ba811ae5cdc7044da020f</tree>
  <committer>
    <name>bobby</name>
    <email>bobby_calderwood@mac.com</email>
  </committer>
</commit>
