#Test strony gwnej uwierzytelnionego uytkownika
def test_index_authorized
  authorize @valid_user
  get :index
  assert_response :success
  assert_template "index"
end

