<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,3 +1,5 @@
+require 'md5'
+
 class NegativeCaptcha
   attr_accessor :fields
   attr_accessor :values
@@ -41,4 +43,4 @@ class NegativeCaptcha
       end
     end
   end
-end
\ No newline at end of file
+end</diff>
      <filename>lib/negative_captcha.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,4 +1,7 @@
-require File.expand_path(File.join(File.dirname(__FILE__), '../../../../test/test_helper')) 
+require 'rubygems'
+require 'activesupport'
+require 'test/unit'
+require File.expand_path(File.join(File.dirname(__FILE__), '../lib/negative_captcha'))
 
 class NegativeCaptchaTest &lt; Test::Unit::TestCase
   def test_valid_submission
@@ -90,4 +93,4 @@ class NegativeCaptchaTest &lt; Test::Unit::TestCase
     assert !filled_form.valid?
     assert filled_form.error.match(/hidden/i).is_a?(MatchData)
   end
-end
\ No newline at end of file
+end</diff>
      <filename>test/negative_captcha_test.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>347835f7d636e39a978f5d6a99f39c79ef3e477d</id>
    </parent>
  </parents>
  <author>
    <name>Erik Peterson</name>
    <email>erik@ep.local</email>
  </author>
  <url>http://github.com/subwindow/negative-captcha/commit/8ce13740178ea25231770f9f9e50252dabe4fa5d</url>
  <id>8ce13740178ea25231770f9f9e50252dabe4fa5d</id>
  <committed-date>2008-06-30T09:10:25-07:00</committed-date>
  <authored-date>2008-06-30T09:10:25-07:00</authored-date>
  <message>Fix test sourcing problem</message>
  <tree>72a2506a1a54a0e05d3173a0bdbcf9f4c3d51d22</tree>
  <committer>
    <name>Erik Peterson</name>
    <email>erik@ep.local</email>
  </committer>
</commit>
