We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0e35c5 commit a9333d4Copy full SHA for a9333d4
spec/recipes/default_spec.rb
@@ -21,6 +21,7 @@
21
before { allow_any_instance_of(Chef::Recipe).to receive(:search) }
22
let(:runner) { ChefSpec::ServerRunner.new(platform: 'ubuntu', version: '16.04') }
23
let(:node) { runner.node }
24
+ let(:chef_run) { runner.converge('chef_nginx::default', described_recipe) }
25
26
before do
27
stub_command('/usr/sbin/apache2 -t')
0 commit comments