<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -422,7 +422,7 @@ class CallbacksTest &lt; Test::Unit::TestCase
 
   def teardown
     Object.class_eval do
-      remove_const Company.to_s if const_defined? Company.to_s
+      remove_const &quot;Company&quot; if const_defined? &quot;Company&quot;
     end
   end
   </diff>
      <filename>test/callbacks_test.rb</filename>
    </modified>
    <modified>
      <diff>@@ -370,7 +370,7 @@ class FiltersTest &lt; ActionController::TestCase
 
   def teardown
     Object.class_eval do
-      remove_const CompaniesController.to_s if const_defined? CompaniesController.to_s
+      remove_const &quot;CompaniesController&quot; if const_defined? &quot;CompaniesController&quot;
     end
   end
 </diff>
      <filename>test/filters_test.rb</filename>
    </modified>
    <modified>
      <diff>@@ -275,7 +275,7 @@ class ValidationsTest &lt; Test::Unit::TestCase
 
   def teardown
     Object.class_eval do
-      remove_const Company.to_s if const_defined? Company.to_s
+      remove_const &quot;Company&quot; if const_defined? &quot;Company&quot;
     end
   end
 </diff>
      <filename>test/validations_test.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>bdf498d8987f665fb0104364558bec7cfe02558e</id>
    </parent>
  </parents>
  <author>
    <name>dcroak</name>
    <email>dcroak@7bbfaf0e-4d1d-0410-9690-a8bb5f8ef2aa</email>
  </author>
  <url>http://github.com/thoughtbot/when/commit/ec9acc9dc58d2621052beb4cfa02550cd751328d</url>
  <id>ec9acc9dc58d2621052beb4cfa02550cd751328d</id>
  <committed-date>2008-02-18T22:14:25-08:00</committed-date>
  <authored-date>2008-02-18T22:14:25-08:00</authored-date>
  <message>made the string change to constants

git-svn-id: https://svn.thoughtbot.com/plugins/when/trunk@355 7bbfaf0e-4d1d-0410-9690-a8bb5f8ef2aa</message>
  <tree>b55ef3faafa2f1d2d53925e2ed8b92711e1c123d</tree>
  <committer>
    <name>dcroak</name>
    <email>dcroak@7bbfaf0e-4d1d-0410-9690-a8bb5f8ef2aa</email>
  </committer>
</commit>
