Sha256: 0b7aa37ec2cfacaf7482559ead6dc9904b0b8369e035d13f4a727bb69dfb3c3e
Contents?: true
Size: 412 Bytes
Versions: 2
Compression:
Stored size: 412 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 Goat < Base def initialize test_output "goat" end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
ceedling-1.0.1 | vendor/diy/test/files/goat/goat.rb |
ceedling-1.0.0 | vendor/diy/test/files/goat/goat.rb |