Module: Cucoo

Extended by:
ActiveSupport::Concern
Defined in:
lib/cucoo.rb,
lib/cucoo/config.rb,
lib/cucoo/version.rb,
lib/cucoo/api_driver.rb

Defined Under Namespace

Classes: ApiDriver, Config, Driver

Constant Summary collapse

VERSION =
'0.0.8'

Class Method Summary collapse

Class Method Details

.config {|Config| ... } ⇒ Object

Yields:



10
11
12
13
# File 'lib/cucoo.rb', line 10

def self.config
  yield Config
  WebMock.disable_net_connect!(allow_localhost: true)
end