aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorGlenn Morris <[email protected]>2014-05-28 22:55:57 -0700
committerGlenn Morris <[email protected]>2014-05-28 22:55:57 -0700
commit03ca10a9faeeb2dbeb0a803f1c29995d6d1bc7a2 (patch)
treed4bea1954c27621dc95383b2632d9023e10bf590 /test
parent6b5d3a51723b463eaac49c4a5d3c96d7b5973a16 (diff)
* test/automated/ruby-mode-test.el (ruby-assert-face): Fix typo in previous
Diffstat (limited to 'test')
-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 468213cf70..1c14a0c469 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 ()