<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -110,6 +110,21 @@ describe ActsAsFu do
         }.should change(Asset.pictures, :count)
       end
     end
+
+    describe &quot;nested class&quot; do
+      it &quot;is contained in a class&quot; do
+        class Foo::SubThing; end
+
+        build_model(:sub_things, :contained =&gt; Foo) do
+          string :name
+        end
+
+        proc {
+          Foo::SubThing.create :name =&gt; &quot;foo&quot;
+        }.should change(Foo::SubThing, :count)
+      end
+    end
+
   end
   
   describe &quot;custom DB config&quot; do
@@ -143,4 +158,4 @@ describe ActsAsFu do
       ActsAsFu::Connection.log.should include(&quot;CREATE TABLE&quot;)
     end
   end
-end
\ No newline at end of file
+end</diff>
      <filename>spec/acts_as_fu_spec.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>f2055fc8a561b401365fe8c121c8f29b97dc3875</id>
    </parent>
  </parents>
  <author>
    <name>Mike Dalessio</name>
    <email>mike@csa.net</email>
  </author>
  <url>http://github.com/nakajima/acts_as_fu/commit/90f24a9816248715f82e16759406cea9343885eb</url>
  <id>90f24a9816248715f82e16759406cea9343885eb</id>
  <committed-date>2009-07-08T15:45:06-07:00</committed-date>
  <authored-date>2009-07-08T15:45:06-07:00</authored-date>
  <message>failing spec for nested classes</message>
  <tree>b3fc7cca6033ea215bb622dc5d6cb31d4fb5073a</tree>
  <committer>
    <name>Mike Dalessio</name>
    <email>mike@csa.net</email>
  </committer>
</commit>
