<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -4,6 +4,15 @@ MhsTesting
 This plugin is a compilation of testing helpers that we use at Mutually Human Software. Documentation
 may be sparse.
 
+MhsTesting used to have the following in the init.rb file, but now you have to place this manually in your spec/spec_helper.rb and stories/helper.rb if you wish to have MhsTesting available:
+
+    require 'spec'
+    require 'spec/rails'
+    require File.join(RAILS_ROOT, *%w[vendor plugins mhs_testing lib selenium example_group])
+    require 'spec/rails/story_adapter'
+    require 'mhs_testing'
+    require File.join(RAILS_ROOT, *%w[vendor plugins mhs_testing lib selenium rails_selenium_story])
+
 If you wish to use the selenium test helpers please see README.Selenium.
 
  First, in config/environment.rb find this line:</diff>
      <filename>README</filename>
    </modified>
    <modified>
      <diff>@@ -1,10 +0,0 @@
-if RAILS_ENV == &quot;test&quot;
-  config.after_initialize do
-    require 'spec'
-    require 'spec/rails'
-    require File.join(RAILS_ROOT, *%w[vendor plugins mhs_testing lib selenium example_group])
-    require 'spec/rails/story_adapter'
-    require 'mhs_testing'
-    require File.join(File.dirname(__FILE__), &quot;lib&quot;, &quot;selenium&quot;, &quot;rails_selenium_story&quot;)
-  end
-end
\ No newline at end of file</diff>
      <filename>init.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>5bcff9140e9936c5c3f47398739ea6523960f3ac</id>
    </parent>
  </parents>
  <author>
    <name>Zach Dennis</name>
    <email>zach.dennis@gmail.com</email>
  </author>
  <url>http://github.com/mvanholstyn/mhs_testing/commit/870907fc1d85de320c4ca0a108610cd62102c1b6</url>
  <id>870907fc1d85de320c4ca0a108610cd62102c1b6</id>
  <committed-date>2008-07-16T12:50:31-07:00</committed-date>
  <authored-date>2008-07-16T12:50:31-07:00</authored-date>
  <message>mhs_testing no longer autloads rspec in init.rb, you now have to manually add these requires to your spec/spec_helper.rb or stories/helper.rb if you want to use mhs_testing</message>
  <tree>195b70b21b53937de433be46c61c923f1a784de5</tree>
  <committer>
    <name>Zach Dennis</name>
    <email>zach.dennis@gmail.com</email>
  </committer>
</commit>
