mirror of
https://github.com/hashicorp/vagrant.git
synced 2026-05-28 04:36:05 -04:00
Enable documentation formatter on rspec
This commit is contained in:
parent
11e142f766
commit
32a4b73dd4
1 changed files with 2 additions and 0 deletions
|
|
@ -33,6 +33,8 @@ VAGRANT_TEST_CWD = Dir.mktmpdir("vagrant-test-cwd")
|
|||
|
||||
# Configure RSpec
|
||||
RSpec.configure do |c|
|
||||
c.formatter = :documentation
|
||||
|
||||
if Vagrant::Util::Platform.windows?
|
||||
c.filter_run_excluding :skip_windows
|
||||
else
|
||||
|
|
|
|||
Loading…
Reference in a new issue