Sha256: 2720ab861ccd7f10fa2bb46d3bfd461fa68230ef84c19f7cc269f4379c8f0cb5

Contents?: true

Size: 448 Bytes

Versions: 2

Compression:

Stored size: 448 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 Plane < Base
	constructor :wings, :strict => true
	def setup
		test_output "plane"
	end		
end

Version data entries

2 entries across 2 versions & 1 rubygems

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