Navigation Menu

Skip to content

Commit

Permalink
more space between tests
Browse files Browse the repository at this point in the history
  • Loading branch information
garybernhardt committed Sep 24, 2011
1 parent b30901e commit 5571896
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .vimrc
Expand Up @@ -479,7 +479,7 @@ map <leader>\dontstealmymapsmakegreen :w\|:call MakeGreen('spec')<cr>
function! RunTests(filename)
" Write the file and run tests for the given filename
:w
:silent !echo;echo;echo;echo;echo
:silent !echo;echo;echo;echo;echo;echo;echo;echo;echo;echo
if match(a:filename, '\.feature$') != -1
exec ":!bundle exec cucumber " . a:filename
else
Expand Down

0 comments on commit 5571896

Please sign in to comment.