Skip to content

Commit a9333d4

Browse files
committed
fix spec
Signed-off-by: Christoph Hartmann <chris@lollyrock.com>
1 parent b0e35c5 commit a9333d4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

spec/recipes/default_spec.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
before { allow_any_instance_of(Chef::Recipe).to receive(:search) }
2222
let(:runner) { ChefSpec::ServerRunner.new(platform: 'ubuntu', version: '16.04') }
2323
let(:node) { runner.node }
24+
let(:chef_run) { runner.converge('chef_nginx::default', described_recipe) }
2425

2526
before do
2627
stub_command('/usr/sbin/apache2 -t')

0 commit comments

Comments
 (0)