File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -3520,8 +3520,8 @@ function! s:BufSyntax()
3520
3520
syn keyword rubyRailsTestControllerMethod assert_response assert_redirected_to assert_template assert_recognizes assert_generates assert_routing assert_dom_equal assert_dom_not_equal assert_select assert_select_rjs assert_select_encoded assert_select_email assert_tag assert_no_tag
3521
3521
endif
3522
3522
elseif t = ~ ' ^spec\>'
3523
- syn keyword rubyRailsTestMethod describe context it specify it_should_behave_like before after subject fixtures controller_name helper_name
3524
- syn keyword rubyRailsTestMethod violated pending mock mock_model stub_model
3523
+ syn keyword rubyRailsTestMethod describe context it its specify it_should_behave_like before after subject fixtures controller_name helper_name
3524
+ syn keyword rubyRailsTestMethod violated pending expect mock mock_model stub_model
3525
3525
syn match rubyRailsTestMethod ' \.\@ <!\< stub\> !\@ !'
3526
3526
if t !~ ' ^spec-model\>'
3527
3527
syn match rubyRailsTestControllerMethod ' \.\@ <!\<\% (get\| post\| put\| delete\| head\| process\| assigns\)\> '
You can’t perform that action at this time.
0 commit comments