Sha256: 827448986c954a246ff92bf4d689780ff8dd7712022aef7eea7b744eeed27cf3
Contents?: true
Size: 494 Bytes
Versions: 95
Compression:
Stored size: 494 Bytes
Contents
# ********** Copyright Viacom, Inc. Apache 2.0 ********** require_relative "test_helper.rb" module RokuBuilder class MonitorIntergrationTest < Minitest::Test include Helpers def setup @config = build_config(MonitorIntergrationTest) @uuid = SecureRandom.uuid build_uuid_script end def teardown FileUtils.rm(@config) if File.exist?(@config) cleanup_uuid_script end def test_monitor skip("To be implemented later") end end end
Version data entries
95 entries across 95 versions & 1 rubygems