Sha256: 7256ca1007fad1bc76679e51eea8719a9d19aa89d8d9347af1340162d1e44b2d
Contents?: true
Size: 277 Bytes
Versions: 1
Compression:
Stored size: 277 Bytes
Contents
require 'physique' describe Physique::CompileConfig do describe 'By default' do before(:all) { @config = Physique::CompileConfig.new } it 'should set the build configuration to Release' do expect(@config.opts.configuration).to eq('Release') end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
physique-0.4.0 | spec/solution_spec.rb |