Sha256: bd204e0a2ff3b09245c63076508a8b48e9bbf681cec7fb096c25cca2fdc09e44
Contents?: true
Size: 298 Bytes
Versions: 1
Compression:
Stored size: 298 Bytes
Contents
require 'chicanery' describe Chicanery do include Chicanery describe '#execute' do it 'should load configuration and exit immediately when nothing is configured no poll period is provided' do should_receive(:load).with 'configuration' execute 'configuration' end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
chicanery-0.0.4 | spec/chicanery_spec.rb |