We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ecd6b9 commit 82eea81Copy full SHA for 82eea81
autoload/rails.vim
@@ -3521,7 +3521,7 @@ function! s:BufSyntax()
3521
endif
3522
elseif t=~ '^spec\>'
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
+ syn keyword rubyRailsTestMethod violated pending expect double mock mock_model stub_model
3525
syn match rubyRailsTestMethod '\.\@<!\<stub\>!\@!'
3526
if t !~ '^spec-model\>'
3527
syn match rubyRailsTestControllerMethod '\.\@<!\<\%(get\|post\|put\|delete\|head\|process\|assigns\)\>'
0 commit comments