From 03ca10a9faeeb2dbeb0a803f1c29995d6d1bc7a2 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Wed, 28 May 2014 22:55:57 -0700 Subject: [PATCH] * test/automated/ruby-mode-test.el (ruby-assert-face): Fix typo in previous --- test/automated/ruby-mode-tests.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/automated/ruby-mode-tests.el b/test/automated/ruby-mode-tests.el index 468213cf70f..1c14a0c4696 100644 --- a/test/automated/ruby-mode-tests.el +++ b/test/automated/ruby-mode-tests.el @@ -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 () -- 2.39.2