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