<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -95,7 +95,9 @@ Factories also really come in handy in the development console. The plugin and f
 
 =The FactoryWorker
 
-The FactoryWorker is a work in progress. It currently doesn't execute in the same scope/binding as where it's called from, which means instance variables aren't shared :(
+The FactoryWorker is a work in progress and is not automatically loaded with init.rb.
+Ideally it would behave sort of like a fixture scenario. Anyone want to help make this happen?
+It currently doesn't execute in the same scope/binding as where it's called from, which means instance variables aren't shared :(
 
 If you create a file named 'factory_workers.rb' in either your spec or test directory, you can define snippets of code that can be ran at anytime, anywhere in your tests (this may not be true in the future, I may limit where it can be run, iono). 
 </diff>
      <filename>README.rdoc</filename>
    </modified>
    <modified>
      <diff>@@ -1,4 +1,4 @@
 require 'active_support/core_ext'  # for returning() and HashWithIndifferentAccess
 require 'factories-and-workers/factory_builder'
-require 'factories-and-workers/factory_worker'
+# require 'factories-and-workers/factory_worker'
 require 'factories-and-workers/factory_generator'</diff>
      <filename>lib/factories-and-workers.rb</filename>
    </modified>
    <modified>
      <diff>@@ -11,6 +11,7 @@ module FactoriesAndWorkers
       end
     end
 
+    # FIXME TODO: remove this method missing... it's terrible to use with an Object-level mixin
     def self.included( base )
       base.extend ClassMethods
       # factory_worker methods are defined as class methods; this delegation will allow them to also be called as instance methods</diff>
      <filename>lib/factories-and-workers/factory_worker.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>b3e4a63cd7638908349173f34d0708c96dbcba3e</id>
    </parent>
  </parents>
  <author>
    <name>David Lowenfels</name>
    <email>david@internautdesign.com</email>
  </author>
  <url>http://github.com/dfl/factories-and-workers/commit/c2984ee99c66c71691b59e9d02631d014d05e3ab</url>
  <id>c2984ee99c66c71691b59e9d02631d014d05e3ab</id>
  <committed-date>2008-10-24T12:21:40-07:00</committed-date>
  <authored-date>2008-10-24T12:21:40-07:00</authored-date>
  <message>disabling FactorWorker</message>
  <tree>03fb07f3ead2767d4aaf99a54ec70eed8272d225</tree>
  <committer>
    <name>David Lowenfels</name>
    <email>david@internautdesign.com</email>
  </committer>
</commit>
