Sha256: 12cb3b021605c3c18d6d7edb8b8e364a36a828a80282eb36085991a01aa64863
Contents?: true
Size: 613 Bytes
Versions: 2
Compression:
Stored size: 613 Bytes
Contents
# ========================================================================= # Ceedling - Test-Centered Build System for C # ThrowTheSwitch.org # Copyright (c) 2010-25 Mike Karlesky, Mark VanderVoord, & Greg Williams # SPDX-License-Identifier: MIT # ========================================================================= require 'spec_helper' require 'ceedling/configurator' describe Configurator do describe "#standardize_paths" do xit "should standardize [:project][:build_root]" xit "should standardize [:paths]" xit "should standardize [:files]" xit "should standardize [:tools]" end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
ceedling-1.0.1 | spec/configurator_spec.rb |
ceedling-1.0.0 | spec/configurator_spec.rb |