<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -29,7 +29,7 @@ spec = Gem::Specification.new do |s|
 
   # Dependencies
   s.add_dependency &quot;nokogiri&quot;, &quot;&gt;= 1.1.0&quot;
-  
+
   s.rubyforge_project = &quot;webrat&quot;
 end
 
@@ -105,15 +105,23 @@ end
 
 namespace :spec do
   desc &quot;Run the integration specs&quot;
-  task :integration do
-    Dir.chdir &quot;spec/integration/rails&quot; do
-      result = system &quot;rake test:integration&quot;
-      raise &quot;Tests failed&quot; unless result
+  task :integration =&gt; [&quot;integration:rails&quot;, &quot;integration:merb&quot;]
+
+  namespace :integration do
+    desc &quot;Run the Rails integration specs&quot;
+    task :rails do
+      Dir.chdir &quot;spec/integration/rails&quot; do
+        result = system &quot;rake test:integration&quot;
+        raise &quot;Tests failed&quot; unless result
+      end
     end
-    
-    Dir.chdir &quot;spec/integration/merb&quot; do
-      result = system &quot;rake spec&quot;
-      raise &quot;Tests failed&quot; unless result
+
+    desc &quot;Run the Merb integration specs&quot;
+    task :merb do
+      Dir.chdir &quot;spec/integration/merb&quot; do
+        result = system &quot;rake spec&quot;
+        raise &quot;Tests failed&quot; unless result
+      end
     end
   end
 end</diff>
      <filename>Rakefile</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>7044eb58634cd55c4447039e80ac14cbb01e0215</id>
    </parent>
  </parents>
  <author>
    <name>Josh Knowles</name>
    <email>joshknowles@gmail.com</email>
  </author>
  <url>http://github.com/brynary/webrat/commit/b222d3fde3983b4fe7f8dfa0f0c3959494e3a149</url>
  <id>b222d3fde3983b4fe7f8dfa0f0c3959494e3a149</id>
  <committed-date>2008-12-29T19:15:03-08:00</committed-date>
  <authored-date>2008-12-29T19:07:56-08:00</authored-date>
  <message>Allow the running of Rails/Merb integration specs independently</message>
  <tree>0abf21700cddf23ef75f799f9906e15edbc870e1</tree>
  <committer>
    <name>Josh Knowles</name>
    <email>joshknowles@gmail.com</email>
  </committer>
</commit>
