templates/spec_helper.rb in welaika-suspenders-2.21.0 vs templates/spec_helper.rb in welaika-suspenders-2.22.0

- old
+ new

@@ -18,8 +18,10 @@ mocks.verify_partial_doubles = true end config.example_status_persistence_file_path = "tmp/rspec_examples.txt" config.order = :random + + config.default_formatter = 'doc' if config.files_to_run.one? end WebMock.disable_net_connect!(allow_localhost: true)