Skip to content

Commit

Permalink
run tests with no args with <leader>a
Browse files Browse the repository at this point in the history
  • Loading branch information
garybernhardt committed Sep 26, 2011
1 parent 2339de3 commit b73653d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .vimrc
Expand Up @@ -520,7 +520,7 @@ endfunction

map <leader>t :call RunTestFile()<cr>
map <leader>T :call RunNearestTest()<cr>
map <leader>a :call RunTests('spec')<cr>
map <leader>a :call RunTests('')<cr>
map <leader>c :w\|:!cucumber<cr>
map <leader>C :w\|:!cucumber --profile wip<cr>
Expand Down

0 comments on commit b73653d

Please sign in to comment.