diff options
| author | Bozhidar Batsov <bozhidar@batsov.com> | 2018-10-01 11:30:31 +0300 |
|---|---|---|
| committer | Bozhidar Batsov <bozhidar@batsov.com> | 2018-10-01 11:30:31 +0300 |
| commit | e5aa17e4a9a71f2ab72a0be0376747b24c463a9f (patch) | |
| tree | cf1634d541fd07a24da7068a7a6c909ac1102240 /test | |
| parent | fac03cfb4bda15a2925c03a3f2a4f836e819f146 (diff) | |
Add a warning in the legacy tests file
Diffstat (limited to 'test')
| -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) |
