diff options
| author | Stefan Kangas <stefan@marxist.se> | 2020-09-23 20:53:06 +0200 |
|---|---|---|
| committer | Stefan Kangas <stefan@marxist.se> | 2020-09-23 20:53:06 +0200 |
| commit | ad285e0eb8ae18f41a4d94b1a57a5ee118f6814f (patch) | |
| tree | e2d816252f0dbd9bef3e55fe9e95f0e8eaea82b6 /test/lisp/progmodes/ruby-mode-tests.el | |
| parent | 37a2a427e4afaab963ba9753d11d7b665ac67ea0 (diff) | |
| download | emacs-ad285e0eb8ae18f41a4d94b1a57a5ee118f6814f.tar.gz | |
Remove TODO to convert files to unit tests
* test/lisp/textmodes/css-mode-tests.el:
* test/lisp/progmodes/ruby-mode-tests.el: Remove TODO to convert test
files into unit tests. The files are still useful for debugging.
Ref: https://lists.gnu.org/r/emacs-devel/2020-09/msg01906.html
Diffstat (limited to 'test/lisp/progmodes/ruby-mode-tests.el')
| -rw-r--r-- | test/lisp/progmodes/ruby-mode-tests.el | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/test/lisp/progmodes/ruby-mode-tests.el b/test/lisp/progmodes/ruby-mode-tests.el index fb3b42b30df..5988a495238 100644 --- a/test/lisp/progmodes/ruby-mode-tests.el +++ b/test/lisp/progmodes/ruby-mode-tests.el @@ -848,8 +848,6 @@ VALUES-PLIST is a list with alternating index and value elements." (ruby--insert-coding-comment "utf-8") (should (string= "# encoding: utf-8\n\n" (buffer-string)))))) -;; TODO: Convert these into unit proper tests instead of using an -;; external file. (ert-deftest ruby--indent/converted-from-manual-test () :tags '(:expensive-test) ;; Converted from manual test. |
