branch: externals/ruby-end
commit a7723ccdd2aeb390a3c7905b40337b9030f8f80c
Author: Johan Andersson <[email protected]>
Commit: Johan Andersson <[email protected]>
These two are mixed up.
---
features/step-definitions/ruby-end-steps.el | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/features/step-definitions/ruby-end-steps.el
b/features/step-definitions/ruby-end-steps.el
index 6b334c9e74..9d0084e1a0 100644
--- a/features/step-definitions/ruby-end-steps.el
+++ b/features/step-definitions/ruby-end-steps.el
@@ -22,11 +22,11 @@
(lambda ()
(backward-char 1)))
-(Given "^I set face to be comment$"
+(Given "^I set face to be string$"
(lambda ()
(add-text-properties (point-min) (point-max) '(face
font-lock-string-face))))
-(Given "^I set face to be string$"
+(Given "^I set face to be comment$"
(lambda ()
(add-text-properties (point-min) (point-max) '(face
font-lock-comment-face))))