Remove note on bundler context
This commit is contained in:
parent
2dddb50375
commit
0cfdf6f1fe
|
@ -66,11 +66,6 @@ like so:
|
||||||
|
|
||||||
bundle exec vagrant help
|
bundle exec vagrant help
|
||||||
|
|
||||||
**NOTE:** By default running Vagrant via `bundle` will disable plugins.
|
|
||||||
This is necessary because Vagrant creates its own private Bundler context
|
|
||||||
(it does not respect your Gemfile), because it uses Bundler to manage plugin
|
|
||||||
dependencies.
|
|
||||||
|
|
||||||
### Acceptance Tests
|
### Acceptance Tests
|
||||||
|
|
||||||
Vagrant also comes with an acceptance test suite that does black-box
|
Vagrant also comes with an acceptance test suite that does black-box
|
||||||
|
|
Loading…
Reference in New Issue