<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>test/database.yml</filename>
    </added>
    <added>
      <filename>test/fixtures/message.rb</filename>
    </added>
    <added>
      <filename>test/fixtures/user.rb</filename>
    </added>
    <added>
      <filename>test/schema.rb</filename>
    </added>
    <added>
      <filename>test/test_helper.rb</filename>
    </added>
    <added>
      <filename>test/unit/message_model.rb</filename>
    </added>
    <added>
      <filename>test/unit/user_model.rb</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -97,9 +97,8 @@ the same.
 
 = Tests
 
-A unit test will be created in test/unit when you create the model. This also
-contains two tests which really to the parent object's so you might want to
-move them into the respective model's unit test. Don't forget about setup().
+Unit tests are provided for the model extensions but not for the generated
+scaffold. Running these requires sqlite3.
 
 = Scaffold
 
@@ -123,6 +122,11 @@ Then uncomment the entry at the top of the message model to establish the
 
 You should now have working messaging.
 
+=== Credits
+
+Testing functionality for creating dedicated models / loading of a custom
+schema taken from acts_as_taggable_on_steroids.
+
 === Bug reports / suggestions
 
 www.professionalnerd.com / &quot;jonYADAYADAprofessionalnerd.com&quot;.gsub(/YADAYADA/, &quot;@&quot;)</diff>
      <filename>README</filename>
    </modified>
    <modified>
      <diff>@@ -23,9 +23,6 @@ class PrivateMessageModelGenerator &lt; Rails::Generator::NamedBase
       m.directory &quot;app/models&quot;
       m.template &quot;model.rb&quot;, &quot;app/models/#{singular_lower_case_name}.rb&quot;
 
-      m.directory &quot;test/unit&quot;
-      m.template &quot;unit_test.rb&quot;, &quot;test/unit/#{singular_lower_case_name}_test.rb&quot;
-      
       m.migration_template &quot;migration.rb&quot;, &quot;db/migrate&quot;, :assigns =&gt; {
         :migration_name =&gt; &quot;Create#{plural_camel_case_name}&quot;
       }, :migration_file_name =&gt; &quot;create_#{plural_lower_case_name}&quot;</diff>
      <filename>generators/private_message_model/private_message_model_generator.rb</filename>
    </modified>
  </modified>
  <removed type="array">
    <removed>
      <filename>generators/private_message_model/templates/unit_test.rb</filename>
    </removed>
    <removed>
      <filename>test/simple_private_messages_test.rb</filename>
    </removed>
  </removed>
  <parents type="array">
    <parent>
      <id>75233615496a85dfd69ac5ec9341108ac520de61</id>
    </parent>
  </parents>
  <author>
    <name>jon</name>
    <email>jon@534f1a83-397b-4b0b-a274-5482457d36d2</email>
  </author>
  <url>http://github.com/professionalnerd/simple-private-messages/commit/42d9b081063dc2f46ea27aa8036de91630501596</url>
  <id>42d9b081063dc2f46ea27aa8036de91630501596</id>
  <committed-date>2008-03-20T06:26:39-07:00</committed-date>
  <authored-date>2008-03-20T06:26:39-07:00</authored-date>
  <message>Found out from acts_as_taggable_on_steroids how to create tests using a dedicated models and sqlite db, so rewrote the tests for it and removed the generated tests from the scaffold.


git-svn-id: svn+ssh://randy/home/jon/svn/plugins/simple_private_messages/trunk@11 534f1a83-397b-4b0b-a274-5482457d36d2</message>
  <tree>4916bfc7de855dafe28c35c6aed7415fb2e84e64</tree>
  <committer>
    <name>jon</name>
    <email>jon@534f1a83-397b-4b0b-a274-5482457d36d2</email>
  </committer>
</commit>
