module Cucoo

Constants

VERSION

Public Class Methods

config() { |Config| ... } click to toggle source
# File lib/cucoo.rb, line 10
def self.config
  yield Config
  WebMock.disable_net_connect!(allow_localhost: true)
end