<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -18,8 +18,7 @@ module Seinfeld
 
     describe &quot;#committed_days_in_feed&quot; do
       before do
-        @user.stub!(:get_feed).with(1).and_return(@feed)
-        @user.stub!(:get_feed).with(2).and_return(OpenStruct.new(:entries =&gt; []))
+        @user.stub!(:get_feed).and_return(@feed)
       end
       
       it &quot;returns array&quot; do
@@ -39,11 +38,6 @@ module Seinfeld
         @user.committed_days_in_feed
         @user.last_entry_id.should == @feed.entries.first.item_id
       end
-
-      it &quot;leaves #last_entry_id if page &gt; 2&quot; do
-        @user.committed_days_in_feed(2)
-        @user.last_entry_id.should be_nil
-      end
       
       it &quot;accepts 'created branch' as a valid feed title&quot; do
         @user.stub!(:get_feed).with(1).and_return(OpenStruct.new(:entries =&gt; 
@@ -66,36 +60,6 @@ module Seinfeld
           @user.committed_days_in_feed
           @user.last_entry_id.should == @feed.entries.first.item_id
         end
-
-         it &quot;leaves #last_entry_id if page &gt; 2&quot; do
-          @user.committed_days_in_feed(2)
-          @user.last_entry_id.should == @feed.entries[2].item_id
-        end
-      end
-
-      describe &quot;with multiple pages&quot; do
-        before :all do
-          @feed2 = OpenStruct.new
-          @feed2.entries = [
-            OpenStruct.new(:item_id =&gt; 'e', :title =&gt; &quot;bob committed something&quot;, :updated_at =&gt; Time.utc(2008, 1, 4, 22)),
-            OpenStruct.new(:item_id =&gt; 'f', :title =&gt; &quot;bob watched something&quot;),
-            OpenStruct.new(:item_id =&gt; 'g', :title =&gt; &quot;bob committed something&quot;, :updated_at =&gt; Time.utc(2008, 1, 5, 23))
-            ]
-        end
-
-        before do
-          @user.stub!(:get_feed).with(2).and_return(@feed2)
-          @user.stub!(:get_feed).with(3).and_return(OpenStruct.new(:entries =&gt; []))
-        end
-
-        it &quot;returns unique days&quot; do
-          @user.committed_days_in_feed.should == [Date.civil(2008, 1, 2), Date.civil(2008, 1, 1), Date.civil(2008, 1, 4), Date.civil(2008, 1, 5)]
-        end
-
-        it &quot;sets #last_entry_id from the feed&quot; do
-          @user.committed_days_in_feed
-          @user.last_entry_id.should == @feed.entries.first.item_id
-        end
       end
     end
 </diff>
      <filename>spec/user_spec.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>6aaeef11e241be4a34c53814042e2f9edc30bbd7</id>
    </parent>
  </parents>
  <author>
    <name>Elijah Miller</name>
    <email>elijah.miller@gmail.com</email>
  </author>
  <url>http://github.com/entp/seinfeld/commit/b2256eb888b9933cabf7322f4f0b29a8daf5ed33</url>
  <id>b2256eb888b9933cabf7322f4f0b29a8daf5ed33</id>
  <committed-date>2009-04-20T14:51:31-07:00</committed-date>
  <authored-date>2009-04-03T08:35:42-07:00</authored-date>
  <message>Bringing specs to current, oops.

Signed-off-by: rick &lt;technoweenie@gmail.com&gt;</message>
  <tree>629815ae910ca8c3e5811a4645db2041475ac577</tree>
  <committer>
    <name>rick</name>
    <email>technoweenie@gmail.com</email>
  </committer>
</commit>
