<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -4,10 +4,10 @@ require Pathname(__FILE__).dirname.expand_path.parent + 'spec_helper'
 describe Mack::Localization::Configuration do
     
   it &quot;should contain proper Object level methods&quot; do
-    self.should.respond_to?(:l10n_config)
+    Mack::Localization::Configuration.should.respond_to?(:l10n_config)
     l10n_config.should.eql?(configatron.mack.localization)
-    self.should.respond_to?(:l10n_formatter)
-    self.should.respond_to?(:l10n_translator)
+    Mack::Localization::Configuration.should.respond_to?(:l10n_formatter)
+    Mack::Localization::Configuration.should.respond_to?(:l10n_translator)
   end
   
   it &quot;should properly load config from app&quot; do</diff>
      <filename>mack-localization/spec/lib/configuration_spec.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>272966a3f62e446436693e4f8fd07aab0e7fadee</id>
    </parent>
  </parents>
  <author>
    <name>Mark Bates</name>
    <email>mark@mackframework.com</email>
  </author>
  <url>http://github.com/markbates/mack-more/commit/500dd0c4a317e29fefd87ef93b9c592bba650b24</url>
  <id>500dd0c4a317e29fefd87ef93b9c592bba650b24</id>
  <committed-date>2009-01-17T07:47:54-08:00</committed-date>
  <authored-date>2009-01-17T07:47:54-08:00</authored-date>
  <message>Fixed failing localization spec.</message>
  <tree>00e88070c321ce4596e457e4ea40fc2cb705e0d1</tree>
  <committer>
    <name>Mark Bates</name>
    <email>mark@mackframework.com</email>
  </committer>
</commit>
