Enable documentation formatter on rspec
This commit is contained in:
parent
11e142f766
commit
32a4b73dd4
|
@ -33,6 +33,8 @@ VAGRANT_TEST_CWD = Dir.mktmpdir("vagrant-test-cwd")
|
||||||
|
|
||||||
# Configure RSpec
|
# Configure RSpec
|
||||||
RSpec.configure do |c|
|
RSpec.configure do |c|
|
||||||
|
c.formatter = :documentation
|
||||||
|
|
||||||
if Vagrant::Util::Platform.windows?
|
if Vagrant::Util::Platform.windows?
|
||||||
c.filter_run_excluding :skip_windows
|
c.filter_run_excluding :skip_windows
|
||||||
else
|
else
|
||||||
|
|
Loading…
Reference in New Issue