<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>test/shoulda_macros/assert_form.rb</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -11,6 +11,22 @@ class PeopleControllerTest &lt; ActionController::TestCase
       should_render_template &quot;new&quot;
       should_not_set_the_flash
       should_render_a_form
+
+      should &quot;have good old fashioned way of login in&quot; do
+        assert_form people_path, :post do
+          assert_text_field     :person, :email
+          assert_password_field :person, :password
+          assert_password_field :person, :password_confirmation
+          assert_submit
+        end
+      end
+
+      should &quot;have OpenID field for login in&quot; do
+        assert_form signup_with_open_id_people_url, :post do
+          assert_text_field :openid_url
+          assert_submit
+        end
+      end
     end
 
     context &quot;on POST to :create with invalid attributes&quot; do</diff>
      <filename>test/functional/people_controller_test.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>12be8aedeccdb4ca8e0453f87005f8e67beee6b2</id>
    </parent>
  </parents>
  <author>
    <name>Fran&#231;ois Beausoleil</name>
    <email>francois@teksol.info</email>
  </author>
  <url>http://github.com/giraffesoft/blank/commit/4557bbde8cb0b0960bb8f43d1c6d6ac0633cb81d</url>
  <id>4557bbde8cb0b0960bb8f43d1c6d6ac0633cb81d</id>
  <committed-date>2009-06-17T06:11:00-07:00</committed-date>
  <authored-date>2009-06-17T06:11:00-07:00</authored-date>
  <message>Maybe this is something to consider?</message>
  <tree>49899f910e4a24b6a0c5168e1b470b96edcad8bc</tree>
  <committer>
    <name>Fran&#231;ois Beausoleil</name>
    <email>francois@teksol.info</email>
  </committer>
</commit>
