module WebMock

def net_connect_allowed_with_vcr?(*args)

them at the appropriate times in its hook
ensure HTTP requests are always allowed; VCR takes care of disallowing
def net_connect_allowed_with_vcr?(*args)
  VCR.turned_on? ? true : net_connect_allowed_without_vcr?(*args)
end