<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -54,10 +54,16 @@ def build_schema
 
 end
 
-# why should this need to go here?
-ActiveSupport::TestCase.fixture_path = &quot;/var/rails/eclub/vendor/plugins/authenticates_access/test/fixtures&quot;
-
 class ActiveSupport::TestCase
+  # 2.3.2 seems to need this?
+  begin 
+    include ActiveRecord::TestFixtures
+  rescue NameError
+    puts &quot;You appear to be using a pre-2.3 version of Rails. No need to include ActiveRecord::TestFixtures...&quot;
+  end
+
+  self.fixture_path = File.join(File.dirname(__FILE__), &quot;fixtures&quot;)
+
   build_schema
 
   self.use_transactional_fixtures = true</diff>
      <filename>test/test_helper.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>dc4f0fd4e94f06de5969fee66949389de6a1ef57</id>
    </parent>
    <parent>
      <id>083885025a90e01ed4137843e61db9838aad4a91</id>
    </parent>
  </parents>
  <author>
    <name>Andrew Armenia</name>
    <email>andrew@asquaredlabs.com</email>
  </author>
  <url>http://github.com/asquared/authenticates_access/commit/d9ab8883b1d956f87ef056809617d29d6abb83e8</url>
  <id>d9ab8883b1d956f87ef056809617d29d6abb83e8</id>
  <committed-date>2009-08-02T20:26:37-07:00</committed-date>
  <authored-date>2009-08-02T20:26:37-07:00</authored-date>
  <message>Merge commit 'origin/master'</message>
  <tree>665dc28a028dde9825504b148f127dfc1e4e0f29</tree>
  <committer>
    <name>Andrew Armenia</name>
    <email>andrew@asquaredlabs.com</email>
  </committer>
</commit>
