<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,3 +1,5 @@
+* Added route tests
+* Javascript flash
 * Fix routes/paths such that Posts are only referenced by permalink...
 * Drafts: #index should use the proper post permalink URLs.
 * etag support </diff>
      <filename>TODO</filename>
    </modified>
    <modified>
      <diff>@@ -44,7 +44,8 @@ class SessionsControllerTest &lt; ActionController::TestCase
   def test_should_delete_token_on_logout
     login_as :quentin
     get :destroy
-    assert_equal @response.cookies[&quot;auth_token&quot;], []
+    # assert_equal @response.cookies[&quot;auth_token&quot;], []
+    assert_nil @response.cookies[&quot;auth_token&quot;]
   end
 
   def test_should_login_with_cookie</diff>
      <filename>test/functional/sessions_controller_test.rb</filename>
    </modified>
    <modified>
      <diff>@@ -12,6 +12,19 @@ class UsersControllerTest &lt; ActionController::TestCase
     @response   = ActionController::TestResponse.new
   end
 
+  # NOTE User Mgmt. not allowed via web
+  def test_should_forbid_new
+    get :new
+    assert_response :forbidden
+  end
+
+  def test_should_forbid_create
+    post :create
+    assert_response :forbidden
+  end
+
+  # These are the test that ship w/ restful_authentication
+=begin
   def test_should_allow_signup
     assert_difference 'User.count' do
       create_user
@@ -50,7 +63,7 @@ class UsersControllerTest &lt; ActionController::TestCase
       assert_response :success
     end
   end
-  
+=end  
 
   protected
     def create_user(options = {})</diff>
      <filename>test/functional/users_controller_test.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>ea937c2593abbc94d2d40f97dd06257c60169887</id>
    </parent>
  </parents>
  <author>
    <name>mrchucho</name>
    <email>mrchucho@mrchucho.net</email>
  </author>
  <url>http://github.com/mrchucho/bbot/commit/76f3ea874b48e8f5e72ddecf0e6c57d74347d776</url>
  <id>76f3ea874b48e8f5e72ddecf0e6c57d74347d776</id>
  <committed-date>2009-10-09T15:06:39-07:00</committed-date>
  <authored-date>2009-10-09T15:06:39-07:00</authored-date>
  <message>All tests pass.</message>
  <tree>48eabdf4076c944fcb0080680dbe72f2f1cf9645</tree>
  <committer>
    <name>mrchucho</name>
    <email>mrchucho@mrchucho.net</email>
  </committer>
</commit>
