<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -12,22 +12,12 @@ end
 
 def include_rendered_template(abs_name, locals = {})
   code = render_template_with_locals(abs_name, locals)
-  eval code, binding, abs_name, 1
+  eval(code, binding, abs_name, 1)
 end
 
-puts include_rendered_template(
-  File.join( File.dirname(__FILE__), &quot;../generators/roles/templates&quot;, &quot;role_requirement_system.rb.erb&quot;), 
+include_rendered_template(
+  File.join( File.dirname(__FILE__), &quot;../generators/roles/templates/role_requirement_system.rb.erb&quot;), 
   {:users_name =&gt; &quot;user&quot; }
 )
 
-for file in [&quot;authenticated_system&quot;, &quot;controller_stub.rb&quot;, &quot;user_stub.rb&quot;]
-  require File.expand_path(File.join(File.dirname(__FILE__), file))
-end
-
-
-
-def dbg
-  require 'ruby-debug'
-  Debugger.start
-  debugger
-end
+%w[authenticated_system controller_stub.rb user_stub.rb].each { |file| require File.expand_path(File.join(File.dirname(__FILE__), file)) }</diff>
      <filename>test/test_helper.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>3aff3627831c25da36e8f6423de33862ca6c26bb</id>
    </parent>
  </parents>
  <author>
    <name>Tim Harper</name>
    <email>timcharper@gmail.com</email>
  </author>
  <url>http://github.com/timcharper/role_requirement/commit/f6d4457cb5595677d1c9c5c6a1fa2007afeea0ac</url>
  <id>f6d4457cb5595677d1c9c5c6a1fa2007afeea0ac</id>
  <committed-date>2008-06-11T23:30:11-07:00</committed-date>
  <authored-date>2008-06-11T23:30:11-07:00</authored-date>
  <message>clean up in the test_helper code</message>
  <tree>9c2579e0138a673b200181926bfb17bbaa1aa1b3</tree>
  <committer>
    <name>Tim Harper</name>
    <email>timcharper@gmail.com</email>
  </committer>
</commit>
