# File test/functional/test_users_controller_test.rb, line 43 def test_new get :new assert_response :success assert_template 'new' assert_not_nil assigns(:user) end