Skip to content

Commit

Permalink
zeus cukes for now
Browse files Browse the repository at this point in the history
  • Loading branch information
aokolish committed Jul 2, 2013
1 parent 1219e03 commit 3355aa7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vimrc
Expand Up @@ -183,7 +183,7 @@ function! RunTests(filename)
:silent !echo;echo;echo;echo;echo;echo;echo;echo;echo;echo
:silent !echo;echo;echo;echo;echo;echo;echo;echo;echo;echo
if match(a:filename, '\.feature$') != -1 && match(expand("%"), 'features') != -1
exec ":!bundle exec cucumber " . a:filename
exec ":!zeus cucumber " . a:filename
else
if filereadable("Gemfile")
exec ":!s " . a:filename
Expand Down

0 comments on commit 3355aa7

Please sign in to comment.