20690: Remove workbench1 and testing/packaging references.
[arvados.git] / apps / workbench / test / controllers / pipeline_templates_controller_test.rb
diff --git a/apps/workbench/test/controllers/pipeline_templates_controller_test.rb b/apps/workbench/test/controllers/pipeline_templates_controller_test.rb
deleted file mode 100644 (file)
index 4752f32..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-# Copyright (C) The Arvados Authors. All rights reserved.
-#
-# SPDX-License-Identifier: AGPL-3.0
-
-require 'test_helper'
-
-class PipelineTemplatesControllerTest < ActionController::TestCase
-  test "component rendering copes with unexpeceted components format" do
-    get(:show,
-        params: {id: api_fixture("pipeline_templates")["components_is_jobspec"]["uuid"]},
-        session: session_for(:active))
-    assert_response :success
-  end
-end