Fix 2.4.2 upgrade notes formatting refs #19330
[arvados.git] / apps / workbench / test / helpers / collections_helper_test.rb
index 9d411147aef1c9dee5d98c5e965e9869747ca439..e02b2abdc775b89ab6d431021116f2b7b13d9f4e 100644 (file)
@@ -1,3 +1,7 @@
+# Copyright (C) The Arvados Authors. All rights reserved.
+#
+# SPDX-License-Identifier: AGPL-3.0
+
 require 'test_helper'
 
 class CollectionsHelperTest < ActionView::TestCase
@@ -25,6 +29,9 @@ class CollectionsHelperTest < ActionView::TestCase
     ["filename.xml", true],
     ["filename.xsl", true],
     ["filename.yml", true],
+    ["filename.yaml", true],
+    ["filename.bed", true],
+    ["filename.cwl", true],
 
     ["filename.bam", false],
     ["filename.tar", false],