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 ee65e31 commit d6f9d34Copy full SHA for d6f9d34
spec/defines/vhost_proxy_spec.rb
@@ -37,6 +37,8 @@
37
38
it 'creates a concat fragment' do
39
expect(subject).to compile.with_all_deps
40
+ expect(subject).to contain_class('apache::mod::proxy')
41
+ expect(subject).to contain_class('apache::mod::proxy_http')
42
expect(subject).to contain_concat('15-default-80.conf')
43
expect(subject).to create_concat__fragment('default-myproxy-proxy')
44
.with_target('15-default-80.conf')
0 commit comments