<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -2,12 +2,12 @@ require 'fileutils'
 
 config.after_initialize do
 
-  if script_console_running = defined?(::IRB) &amp;&amp; ::IRB.conf[:LOAD_MODULES] &amp;&amp; ::IRB.conf[:LOAD_MODULES].include?('console_with_helpers')
-    # mixin to Object if we are running in ./script/console
+  # if script_console_running = defined?(::IRB) &amp;&amp; ::IRB.conf[:LOAD_MODULES] &amp;&amp; ::IRB.conf[:LOAD_MODULES].include?('console_with_helpers')
+  #   # mixin to Object if we are running in ./script/console
     obj = Object
-  else # otherwise just mix into Test::Unit to play it safe
-    obj = Test::Unit::TestCase
-  end
+  # else # otherwise just mix into Test::Unit to play it safe
+  #   obj = Test::Unit::TestCase
+  # end
 
   # mixin plugin
   obj.send :include, FactoriesAndWorkers::Factory</diff>
      <filename>rails/init.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,21 +1,19 @@
-# module TestFactories
-  include FactoriesAndWorkers::Factory
+include FactoriesAndWorkers::Factory
 
-  factory :monkey, {
-    :name    =&gt; &quot;George&quot;,
-    :unique  =&gt; &quot;$UNIQ(10)&quot;,
-    :counter =&gt; &quot;$COUNT&quot;,
-    :number  =&gt; lambda{ increment! :foo }
-  }
+factory :monkey, {
+  :name    =&gt; &quot;George&quot;,
+  :unique  =&gt; &quot;$UNIQ(10)&quot;,
+  :counter =&gt; &quot;$COUNT&quot;,
+  :number  =&gt; lambda{ increment! :foo }
+}
 
-  factory :pirate, {
-    :catchphrase =&gt; &quot;Ahhrrrr, Matey!&quot;,
-    :monkey      =&gt; :belongs_to_model,
-    :created_on  =&gt; lambda{ 1.day.ago }
-  }
+factory :pirate, {
+  :catchphrase =&gt; &quot;Ahhrrrr, Matey!&quot;,
+  :monkey      =&gt; :belongs_to_model,
+  :created_on  =&gt; lambda{ 1.day.ago }
+}
 
-  factory :ninja_pirate, {
-    :catchphrase =&gt; &quot;(silent)&quot;
-    }, :class =&gt; Pirate, :chain =&gt; lambda{ valid_pirate_attributes( :monkey =&gt; nil ) }
+factory :ninja_pirate, {
+  :catchphrase =&gt; &quot;(silent)&quot;
+  }, :class =&gt; Pirate, :chain =&gt; lambda{ valid_pirate_attributes( :monkey =&gt; nil ) }
 
-# end
\ No newline at end of file</diff>
      <filename>test/factories.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>bdd8a6fcdf6ec5601d8b3ffa8114ceec64956279</id>
    </parent>
  </parents>
  <author>
    <name>David Lowenfels</name>
    <email>david@internautdesign.com</email>
  </author>
  <url>http://github.com/dfl/factories-and-workers/commit/d05baff8600904906455568090c4d1bc0232545d</url>
  <id>d05baff8600904906455568090c4d1bc0232545d</id>
  <committed-date>2008-10-22T10:37:18-07:00</committed-date>
  <authored-date>2008-10-22T10:37:18-07:00</authored-date>
  <message>Removed TestFactories module namespace from factories.rb.. back to mixing into Object</message>
  <tree>b18736c96b35707101664020bd6ad18bbe66b5b5</tree>
  <committer>
    <name>David Lowenfels</name>
    <email>david@internautdesign.com</email>
  </committer>
</commit>
