Sha256: ffa1e836e5a58b46fc9ea8176e73b26684518fb02ddd8ac2525fc42cdfdc1c15

Contents?: true

Size: 414 Bytes

Versions: 2

Compression:

Stored size: 414 Bytes

Contents

# =========================================================================
#   Ceedling - Test-Centered Build System for C
#   ThrowTheSwitch.org
#   Copyright (c) 2010-24 Mike Karlesky, Mark VanderVoord, & Greg Williams
#   SPDX-License-Identifier: MIT
# =========================================================================


require 'base'
class Shirt < Base
	def initialize
		test_output "shirt"
	end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
ceedling-1.0.1 vendor/diy/test/files/goat/shirt.rb
ceedling-1.0.0 vendor/diy/test/files/goat/shirt.rb