<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -58,8 +58,8 @@ module CI
         new_suite(name)
       end
 
-      def add_example_group(example_group)
-        @formatter.add_example_group(example_group)
+      def example_group_started(example_group)
+        @formatter.example_group_started(example_group)
         new_suite(example_group.description)
       end
 </diff>
      <filename>lib/ci/reporter/rspec.rb</filename>
    </modified>
    <modified>
      <diff>@@ -43,7 +43,7 @@ describe &quot;The RSpec reporter&quot; do
     example_group.stub!(:description).and_return &quot;A context&quot;
 
     @formatter.should_receive(:start).with(3)
-    @formatter.should_receive(:add_example_group).with(example_group)
+    @formatter.should_receive(:example_group_started).with(example_group)
     @formatter.should_receive(:example_started).exactly(3).times
     @formatter.should_receive(:example_passed).once
     @formatter.should_receive(:example_failed).once
@@ -55,7 +55,7 @@ describe &quot;The RSpec reporter&quot; do
     @formatter.should_receive(:close).once
 
     @fmt.start(3)
-    @fmt.add_example_group(example_group)
+    @fmt.example_group_started(example_group)
     @fmt.example_started(&quot;should pass&quot;)
     @fmt.example_passed(&quot;should pass&quot;)
     @fmt.example_started(&quot;should fail&quot;)
@@ -91,7 +91,7 @@ describe &quot;The RSpec reporter&quot; do
     example.stub!(:description).and_return &quot;should do something&quot;
 
     @formatter.should_receive(:start)
-    @formatter.should_receive(:add_example_group).with(group)
+    @formatter.should_receive(:example_group_started).with(group)
     @formatter.should_receive(:example_started).with(example).once
     @formatter.should_receive(:example_passed).once
     @formatter.should_receive(:dump_summary)
@@ -100,7 +100,7 @@ describe &quot;The RSpec reporter&quot; do
     end
 
     @fmt.start(2)
-    @fmt.add_example_group(group)
+    @fmt.example_group_started(group)
     @fmt.example_started(example)
     @fmt.example_passed(example)
     @fmt.dump_summary(0.1, 1, 0, 0)</diff>
      <filename>spec/ci/reporter/rspec_spec.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>47fb8fae9788d48aa5bf480d9f8c77e1202c58a6</id>
    </parent>
  </parents>
  <author>
    <name>Paul Boone</name>
    <email>paulboone@mindbucket.com</email>
  </author>
  <url>http://github.com/nicksieger/ci_reporter/commit/82da9adaee0e7476ac275e1fb1ec420f144371c4</url>
  <id>82da9adaee0e7476ac275e1fb1ec420f144371c4</id>
  <committed-date>2009-04-16T13:01:38-07:00</committed-date>
  <authored-date>2009-04-16T13:01:38-07:00</authored-date>
  <message>patches for integration with rspec 1.2.4</message>
  <tree>f625d1bfbdfe9285e58e40f79686e3c3a8b1d3a7</tree>
  <committer>
    <name>Paul Boone</name>
    <email>paulboone@mindbucket.com</email>
  </committer>
</commit>
