<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,5 +1,5 @@
 require File.dirname(__FILE__) + '/spec_helper'
-require 'gravtastic'
+require File.dirname(__FILE__) + '/../lib/gravtastic'
 
 describe Gravtastic do
 
@@ -65,6 +65,10 @@ describe Gravtastic do
       @user.gravatar_url(:rating =&gt; 'R').should == 'http://gravatar.com/avatar/b58996c504c5638798eb6b511e6f49af.png?r=R'
     end
 
+    it &quot;abides to some new fancy feature&quot; do
+      @user.gravatar_url(:extreme =&gt; true).should == 'http://gravatar.com/avatar/b58996c504c5638798eb6b511e6f49af.png?extreme=true&amp;r=PG'
+    end
+
     it &quot;makes a URL from the defaults&quot; do
       stub(@user.class).gravatar_defaults{ {:size =&gt; 20, :rating =&gt; 'R18', :secure =&gt; true, :filetype =&gt; :png} }
       @user.gravatar_url.should == 'https://secure.gravatar.com/avatar/b58996c504c5638798eb6b511e6f49af.png?r=R18&amp;s=20'</diff>
      <filename>spec/gravtastic_spec.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,9 +1,6 @@
 $TESTING=true
 $:.push File.join(File.dirname(__FILE__), '..', 'lib')
 
-require 'rubygems'
-require 'spec'
-
 def reload_gravtastic!
   Object.class_eval { remove_const :Gravtastic } if defined? Gravtastic
   require File.join(File.dirname(__FILE__),'../lib/gravtastic')</diff>
      <filename>spec/spec_helper.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>9093a3e2284f65556966b55d575357cb3cbf5063</id>
    </parent>
  </parents>
  <author>
    <name>Chris Lloyd</name>
    <email>christopher.lloyd@gmail.com</email>
  </author>
  <url>http://github.com/chrislloyd/gravtastic/commit/04cc688d321da26dab4c9b083674e1cae26b6fec</url>
  <id>04cc688d321da26dab4c9b083674e1cae26b6fec</id>
  <committed-date>2009-06-15T04:12:12-07:00</committed-date>
  <authored-date>2009-06-15T04:12:12-07:00</authored-date>
  <message>Ok, fixed weird loading issue and added a spec.

The specs were referencing a previously installed version of the gem, not the current code, causing all of them to pass.</message>
  <tree>9ba25467dd2dabd4d2ad490d9c73e84a5626da9e</tree>
  <committer>
    <name>Chris Lloyd</name>
    <email>christopher.lloyd@gmail.com</email>
  </committer>
</commit>
