Skip to content

Commit

Permalink
Add documentation for new variables
Browse files Browse the repository at this point in the history
  • Loading branch information
matthijsgroen committed Dec 17, 2014
1 parent 4576ee8 commit 920cdb4
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion doc/vroom.txt
Expand Up @@ -146,12 +146,21 @@ g:vroom_rspec_version *vroom_rspec_version*
(e.g. color). Use "1.x" or "2.x".
Default: '2.x'

g:vroom_use_zeus *vroom_use_zeus*
g:vroom_use_zeus *vroom_use_zeus*
This lets you specify to use zeus instead of bundler,
if zeus is not running, it will fallback to using
bundler.
Default: 1

g:vroom_konacha_command *vroom_konacha_command*
This lets you specify the command to run konacha.
Default: 'rake konacha:run'

g:vroom_konacha_spec_root *vroom_konacha_spec_root*
This lets you specify the root folder of the
javascript unit tests within the project.
Default: 'spec/javascripts/'

===============================================================================
LICENSE *vroom-license*

Expand Down

0 comments on commit 920cdb4

Please sign in to comment.