Skip to content

Commit 75a3771

Browse files
committed
Merge branch 'code-climate'
2 parents 653fbd1 + 7952e5c commit 75a3771

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

spec/spec_helper.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,10 @@
4747
JavaBuildpack::Diagnostics::LoggerFactory.create_logger tmpdir
4848
end
4949
config.after(:all) do
50-
# Reset stream variables that tests may have modified.
5150
$stderr = STDERR
5251
$stdout = STDOUT
52+
53+
WebMock.allow_net_connect!
5354
end
5455
end
5556

0 commit comments

Comments
 (0)