Sha256: 6784f9d883babab66ff9d7b336084f74f2349f79a460095a6c9f60604e73a2a5
Contents?: true
Size: 361 Bytes
Versions: 36
Compression:
Stored size: 361 Bytes
Contents
module HybridPlatformsConductorTest module Helpers module ConfigHelpers # Get a test Config # # Result:: # * Config: Config on which we can do testing def test_config @config = HybridPlatformsConductor::Config.new logger: logger, logger_stderr: logger unless @config @config end end end end
Version data entries
36 entries across 36 versions & 1 rubygems