templates/spec_helper.rb in welaika-suspenders-2.31.0 vs templates/spec_helper.rb in welaika-suspenders-2.32.0

- old
+ new

@@ -36,9 +36,11 @@ config.shared_context_metadata_behavior = :apply_to_host_groups Kernel.srand config.seed end -WebMock.disable_net_connect!(allow_localhost: true) +WebMock.disable_net_connect!( + allow_localhost: true, allow: %w[chromedriver.storage.googleapis.com] +) # Only allow Timecop with block syntax Timecop.safe_mode = true