20690: Remove workbench1 and testing/packaging references.
[arvados.git] / apps / workbench / test / unit / helpers / collections_helper_test.rb
diff --git a/apps/workbench/test/unit/helpers/collections_helper_test.rb b/apps/workbench/test/unit/helpers/collections_helper_test.rb
deleted file mode 100644 (file)
index 15e2a94..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-# Copyright (C) The Arvados Authors. All rights reserved.
-#
-# SPDX-License-Identifier: AGPL-3.0
-
-require 'test_helper'
-
-class CollectionsHelperTest < ActionView::TestCase
-  test "file_path generates short names" do
-    assert_equal('foo', CollectionsHelper.file_path(['.', 'foo', 0]),
-                 "wrong result for filename in collection root")
-    assert_equal('foo/bar', CollectionsHelper.file_path(['foo', 'bar', 0]),
-                 "wrong result for filename in directory without leading .")
-    assert_equal('foo/bar', CollectionsHelper.file_path(['./foo', 'bar', 0]),
-                 "wrong result for filename in directory with leading .")
-  end
-end