]> code.delx.au - gnu-emacs/commitdiff
* test/automated/ruby-mode-test.el (ruby-assert-face): Fix typo in previous
authorGlenn Morris <rgm@gnu.org>
Thu, 29 May 2014 05:55:57 +0000 (22:55 -0700)
committerGlenn Morris <rgm@gnu.org>
Thu, 29 May 2014 05:55:57 +0000 (22:55 -0700)
test/automated/ruby-mode-tests.el

index 468213cf70f763b9e40af45c292d5350ca33a873..1c14a0c4696f025b3f898c58e9b15902e498220d 100644 (file)
@@ -61,7 +61,7 @@ VALUES-PLIST is a list with alternating index and value elements."
 
 (defun ruby-assert-face (content pos face)
   (ruby-with-temp-buffer content
-    (font-lock-ensure nil nil 'force)
+    (font-lock-ensure nil nil)
     (should (eq face (get-text-property pos 'face)))))
 
 (ert-deftest ruby-indent-after-symbol-made-from-string-interpolation ()