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