From d33395fda9b04c46504ff6b748c6e40dee08cbd1 Mon Sep 17 00:00:00 2001 From: Matchu Date: Tue, 24 Oct 2023 15:36:54 -0700 Subject: [PATCH] Delete the unused `autotest` folder I forget what this was for, but we don't have any automated testing in this repo right now! Goodbye! --- autotest/discover.rb | 2 -- 1 file changed, 2 deletions(-) delete mode 100644 autotest/discover.rb diff --git a/autotest/discover.rb b/autotest/discover.rb deleted file mode 100644 index f421dc5f..00000000 --- a/autotest/discover.rb +++ /dev/null @@ -1,2 +0,0 @@ -Autotest.add_discovery { "rails" } -Autotest.add_discovery { "rspec2" }