Sha256: d3e2dcaa839ab932f1c2bbdfe1491c8d0f9bef3d8d763fdbf50c344fdef4e823
Contents?: true
Size: 281 Bytes
Versions: 1
Compression:
Stored size: 281 Bytes
Contents
require 'chefspec' require_relative '../spec_helper' describe 'spec::compile_time' do let(:chef_run) { ChefSpec::Runner.new.converge(described_recipe) } it 'installs the compileable package' do expect(chef_run).to install_package('compileable').at_compile_time end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
chefspec-bootstrap-0.1.0 | spec/meta/compile_time_spec.rb |