Skip to content

Commit 31c79bc

Browse files
committed
Remove comments
1 parent c1e7c74 commit 31c79bc

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

after/syntax/ruby/rails.vim

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -139,14 +139,11 @@ if s:path =~# '/config/routes\>.*\.rb$'
139139
endif
140140

141141
if s:path =~# '/test\%(/\|/.*/\)test_[^\/]*\.rb$\|/test/.*_test\.rb$\|/features/step_definitions/.*\.rb$'
142-
" refute_* <=> assert_* <=> assert_not_*
143142
syn keyword rubyAssertion refute refute_empty refute_equal refute_in_delta refute_in_epsilon refute_includes refute_instance_of refute_kind_of refute_match refute_nil refute_operator refute_predicate refute_respond_to refute_same
144143
syn keyword rubyAssertion assert assert_empty assert_equal assert_in_delta assert_in_epsilon assert_includes assert_instance_of assert_kind_of assert_match assert_nil assert_operator assert_predicate assert_respond_to assert_same
145144
syn keyword rubyAssertion assert_not assert_not_empty assert_not_equal assert_not_in_delta assert_not_in_epsilon assert_not_includes assert_not_instance_of assert_not_kind_of assert_no_match assert_not_nil assert_not_operator assert_not_predicate assert_not_respond_to assert_not_same
146-
" assert_* <=> assert_not_*
147145
syn keyword rubyAssertion assert_raises assert_send assert_throws
148146
syn keyword rubyAssertion assert_nothing_raised assert_not_send assert_nothing_thrown
149-
" assert_*
150147
syn keyword rubyAssertion assert_raise assert_block assert_mock assert_output assert_raise_with_message assert_silent
151148
syn keyword rubyAssertion flunk
152149
endif

0 commit comments

Comments
 (0)