# File test/functional/test_users_controller_test.rb, line 73
  def test_update
    post :update, :id => @first_id
    assert_response :redirect
    assert_redirected_to :action => 'show', :id => @first_id
  end