spec/spec_helper.rb in percy-cli-1.2.7 vs spec/spec_helper.rb in percy-cli-1.2.8

- old
+ new

@@ -24,11 +24,13 @@ # test failures related to randomization by passing the same `--seed` value # as the one that triggered the failure. Kernel.srand config.seed config.before(:each) do - WebMock.disable_net_connect!(allow: [ - 'maxcdn.bootstrapcdn.com', - 'ajax.googleapis.com', - ]) + WebMock.disable_net_connect!( + allow: [ + 'maxcdn.bootstrapcdn.com', + 'ajax.googleapis.com', + ], + ) end end