branch: externals/ruby-end
commit 9ec6d1b7e57f8d6158e530c8093396674001fdde
Author: Johan Andersson <johan.rej...@gmail.com>
Commit: Johan Andersson <johan.rej...@gmail.com>

    Do not activate ruby-end-mode in features.
    
    It should be started automatically in ruby-mode.
---
 features/ruby-end.feature | 1 -
 1 file changed, 1 deletion(-)

diff --git a/features/ruby-end.feature b/features/ruby-end.feature
index 5360111434..d3919bd2fc 100644
--- a/features/ruby-end.feature
+++ b/features/ruby-end.feature
@@ -7,7 +7,6 @@ Feature: Insert end
     Given I am in buffer "*ruby-end*"
     And the buffer is empty
     And ruby-mode is active
-    And ruby-end-mode is active
 
   Scenario: Keyword at beginning of line
     When I type "if"

Reply via email to