Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/git/git-scm.com.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorJeff King <peff@peff.net>2018-02-08 10:53:37 +0300
committerJeff King <peff@peff.net>2018-02-08 11:13:31 +0300
commit0529ef9c9440d7166cef3c61e2dcf661de7bfa3d (patch)
tree8934dac997d9e59dcb309aa0330ed86d444c2faa /test
parent8adc36c43f69b9e05df7d6d4f31c00d16fa4e6b8 (diff)
drop "related items" code
We haven't been populating the database with this for some time (and any residual records have been gone for almost a year due to the database transition). And nobody seems to have noticed. Let's just give up on the feature in the name of simplicity.
Diffstat (limited to 'test')
-rw-r--r--test/unit/related_item_test.rb5
1 files changed, 0 insertions, 5 deletions
diff --git a/test/unit/related_item_test.rb b/test/unit/related_item_test.rb
deleted file mode 100644
index ffbfae1e..00000000
--- a/test/unit/related_item_test.rb
+++ /dev/null
@@ -1,5 +0,0 @@
-require 'test_helper'
-
-class RelatedItemTest < ActiveSupport::TestCase
-
-end