Merge branch 'master' into 3618-column-ordering
[arvados.git] / apps / workbench / test / functional / pipeline_templates_controller_test.rb
index be48e0ca939179c51d24e114269b1d0b754f3c1f..82c4faeabe37e9ea50e7d1986f254c88088a1540 100644 (file)
@@ -1,4 +1,10 @@
 require 'test_helper'
 
 class PipelineTemplatesControllerTest < ActionController::TestCase
+  test "component rendering copes with unexpeceted components format" do
+    get(:show,
+        {id: api_fixture("pipeline_templates")["components_is_jobspec"]["uuid"]},
+        session_for(:active))
+    assert_response :success
+  end
 end