<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -3,7 +3,7 @@ module ActionController
     def test
       return &quot;
 def test_#{@controller}_should_have_the_action_#{@action}
-  assert #{@controller}.action_methods.include?('#{@action}')
+  assert @controller.action_methods.include?('#{@action}')
 end
 &quot;
     end
@@ -12,7 +12,7 @@ end
       return &quot;
 describe #{@controller} do
   it \&quot;should have the action #{@action}\&quot; do
-    #{@controller}.action_methods.should include('#{@action}')
+    @controller.action_methods.should include('#{@action}')
   end
 end
 &quot;</diff>
      <filename>lib/exceptions/action_controller/unknown_action.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>a462b78209142604f9bbd718e7abd72f8c49c898</id>
    </parent>
  </parents>
  <author>
    <name>Justin George</name>
    <email>justin.george@gmail.com</email>
  </author>
  <url>http://github.com/bscofield/laziness/commit/605732e5aa0d663b42725147d59d6384e3b9b8af</url>
  <id>605732e5aa0d663b42725147d59d6384e3b9b8af</id>
  <committed-date>2008-06-19T14:10:56-07:00</committed-date>
  <authored-date>2008-06-19T14:10:56-07:00</authored-date>
  <message>use controller instead of controller name</message>
  <tree>398ed9368a01cfe21d65c01b0c72f06ff4c2667d</tree>
  <committer>
    <name>Justin George</name>
    <email>justin.george@gmail.com</email>
  </committer>
</commit>
