<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>test/fixtures/friendship.json</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -25,12 +25,12 @@ def twitter_url(url)
 end
 
 def stub_get(url, filename, status=nil)
-  options = {:string =&gt; fixture_file(filename)}
+  options = {:body =&gt; fixture_file(filename)}
   options.merge!({:status =&gt; status}) unless status.nil?
   
   FakeWeb.register_uri(:get, twitter_url(url), options)
 end
 
 def stub_post(url, filename)
-  FakeWeb.register_uri(:post, twitter_url(url), :string =&gt; fixture_file(filename))
+  FakeWeb.register_uri(:post, twitter_url(url), :body =&gt; fixture_file(filename))
 end</diff>
      <filename>test/test_helper.rb</filename>
    </modified>
    <modified>
      <diff>@@ -90,6 +90,12 @@ class BaseTest &lt; Test::Unit::TestCase
         hashes = @twitter.friends_timeline.map{ |s| s.hash }
         hashes.should == @twitter.friends_timeline.map{ |s| s.hash }
       end
+      
+      should &quot;be able to get a friendship&quot; do
+        id = 10
+        stub_get(&quot;/friendships/show.json?target_id=#{id}&quot;, 'friendship.json')
+        @twitter.friendship_show(id).relationship.target.followed_by == false
+      end
     end
   end
 end
\ No newline at end of file</diff>
      <filename>test/twitter/base_test.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>3c46041ad4f0cc553e1f88f78b9ed4182f1a8fa4</id>
    </parent>
    <parent>
      <id>e0ee7884dd3930347b68631530b2bc49a5668087</id>
    </parent>
  </parents>
  <author>
    <name>Wynn Netherland</name>
    <email>wynn@squeejee.com</email>
  </author>
  <url>http://github.com/jnunemaker/twitter/commit/693f95a6a19dd51c047078ef969e14357930bcd7</url>
  <id>693f95a6a19dd51c047078ef969e14357930bcd7</id>
  <committed-date>2009-11-05T12:57:15-08:00</committed-date>
  <authored-date>2009-11-05T12:57:15-08:00</authored-date>
  <message>Merged patch from dcrec1 for friendship_show</message>
  <tree>35673914e7e4a78cca1b5d53fe4f6b0bedc59246</tree>
  <committer>
    <name>Wynn Netherland</name>
    <email>wynn@squeejee.com</email>
  </committer>
</commit>
