+ #get :controller => :users, :action => :new
+ #assert_response :success
+ #print @response.to_yaml
+ #assert_select "html" do
+ # assert_select "body" do
+ # assert_select "div#content" do
+ # assert_select "form" do
+ # assert_select "input[id=diary_entry_title]"
+ # end
+ # end
+ # end
+ #end
+