20259: Add documentation for banner and tooltip features
[arvados.git] / apps / workbench / test / helpers / repository_stub_helper.rb
index b7d0573b853520711d655e6c376f6fdececcc767..a8e3653a523e4c67286d7378e7da191a7cf34db6 100644 (file)
@@ -1,3 +1,7 @@
+# Copyright (C) The Arvados Authors. All rights reserved.
+#
+# SPDX-License-Identifier: AGPL-3.0
+
 module RepositoryStubHelper
   # Supply some fake git content.
   def stub_repo_content opts={}
@@ -22,7 +26,6 @@ module RepositoryStubHelper
       100644 blob 9bef02bbfda670595750fd99a4461005ce5b8f12     695    apps/workbench/.gitignore
       100644 blob b51f674d90f68bfb50d9304068f915e42b04aea4    2249    apps/workbench/Gemfile
       100644 blob b51f674d90f68bfb50d9304068f915e42b04aea4    2249    apps/workbench/Gemfile
-      100755 blob cdd5ebaff27781f93ab85e484410c0ce9e97770f    1012    crunch_scripts/hash
     EOS
     Repository.any_instance.
       stubs(:cat_file).with(fakesha1, fakefilename).returns fakefile