aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--test/automated/ruby-mode-tests.el2
1 files changed, 1 insertions, 1 deletions
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."
61 61
62(defun ruby-assert-face (content pos face) 62(defun ruby-assert-face (content pos face)
63 (ruby-with-temp-buffer content 63 (ruby-with-temp-buffer content
64 (font-lock-ensure nil nil 'force) 64 (font-lock-ensure nil nil)
65 (should (eq face (get-text-property pos 'face))))) 65 (should (eq face (get-text-property pos 'face)))))
66 66
67(ert-deftest ruby-indent-after-symbol-made-from-string-interpolation () 67(ert-deftest ruby-indent-after-symbol-made-from-string-interpolation ()