diff options
| -rw-r--r-- | test/projectile-legacy-test.el | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test/projectile-legacy-test.el b/test/projectile-legacy-test.el index 49188fe..6f21fb1 100644 --- a/test/projectile-legacy-test.el +++ b/test/projectile-legacy-test.el @@ -1,3 +1,9 @@ +;;;;;;; Warning +;; +;; This file contains the project's legacy tests using the ERT framework. +;; We're in the process of moving those tests to Buttercup. +;; Don't add anything new here! + (require 'projectile) (require 'dash) (require 'ert) |
