<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -34,6 +34,15 @@ namespace :test do
     t.test_files = FileList['todo/**/*_test.rb']
     t.verbose = true
   end
+  Rake::TestTask.new(&quot;jspec&quot;) do |t|
+    $LOAD_PATH &lt;&lt; File.expand_path(File.dirname(__FILE__) + &quot;/lib&quot;)
+    Johnson.send(:remove_const, :VERSION)
+    require 'johnson'
+    Dir['test/jspec/**/*_spec.js'].each do |file|
+      rt = Johnson::Runtime.new
+      rt.load(file)
+    end
+  end
 end
 
 # make sure the C bits are up-to-date when testing</diff>
      <filename>Rakefile</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>8f379af3241e2b6cb791eec868d41be20d736255</id>
    </parent>
  </parents>
  <author>
    <name>Aaron Patterson</name>
    <email>aaron.patterson@gmail.com</email>
  </author>
  <url>http://github.com/jbarnette/johnson/commit/c8364cebcf1ef191dac486e31b111fced3a630e6</url>
  <id>c8364cebcf1ef191dac486e31b111fced3a630e6</id>
  <committed-date>2008-05-31T17:59:20-07:00</committed-date>
  <authored-date>2008-05-31T17:59:20-07:00</authored-date>
  <message>adding a jspec test task</message>
  <tree>3ee566a7253dd5f1d5ad00fe4685b04acc92bbe8</tree>
  <committer>
    <name>Aaron Patterson</name>
    <email>aaron.patterson@gmail.com</email>
  </committer>
</commit>
