<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,6 +1,21 @@
 = UnitController
 
-Note to self: http://dev.rubyonrails.org/ticket/10536
+UnitController stubs view rendering to help with unit testing controller.
+
+Loading UnitController:
+
+  gem &quot;unit_controller&quot;
+  require &quot;unit_controller&quot;
+  
+In the setup method for your test case:
+  
+  def setup
+    @controller = SampleController.new
+    @request = ActionController::TestRequest.new
+    @response = ActionController::TestResponse.new
+    @controller.do_not_render_view
+  end
+  
 
 == Development
 
@@ -9,6 +24,7 @@ Active development occurs on the GitHub.[http://github.com/dan-manges/unit-contr
 == Contributors
 
 * Dan Manges
+* David Vollbracht
 
 == License
 Released under Ruby's license.[http://www.ruby-lang.org/en/LICENSE.txt]</diff>
      <filename>README</filename>
    </modified>
    <modified>
      <diff>@@ -31,7 +31,7 @@ Gem.manage_gems
 gem_spec = Gem::Specification.new do |s|
 	s.name   = &quot;unit_controller&quot;
   s.summary = &quot;UnitController assists with unit testing controllers by stubbing view rendering.&quot;
-	s.version = &quot;0.0.1&quot;
+	s.version = &quot;0.1.0&quot;
 	s.author = &quot;Dan Manges&quot;
 	s.description = s.summary
 	s.email = &quot;daniel.manges@gmail.com&quot;</diff>
      <filename>Rakefile</filename>
    </modified>
  </modified>
  <removed type="array">
    <removed>
      <filename>lib/unit_controller/no_view_rendering.rb</filename>
    </removed>
  </removed>
  <parents type="array">
    <parent>
      <id>5fe6c3afe299eaf06354dee6d01be55c616ed2c7</id>
    </parent>
  </parents>
  <author>
    <name>Dan Manges</name>
    <email>daniel.manges@gmail.com</email>
  </author>
  <url>http://github.com/dan-manges/unit-controller/commit/93ce9cde8e9bd0869a351d470e862a49c3a49bab</url>
  <id>93ce9cde8e9bd0869a351d470e862a49c3a49bab</id>
  <committed-date>2008-05-31T12:11:55-07:00</committed-date>
  <authored-date>2008-05-31T12:11:55-07:00</authored-date>
  <message>brief readme instructions, 0.1.0</message>
  <tree>5858cbd229ee4a1c7e45d0adf18197bd1b4c55e3</tree>
  <committer>
    <name>Dan Manges</name>
    <email>daniel.manges@gmail.com</email>
  </committer>
</commit>
