We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d218cf commit 1dd4e78Copy full SHA for 1dd4e78
spec/defines/vhost_spec.rb
@@ -2171,12 +2171,12 @@
2171
'enabled bob',
2172
],
2173
)
2174
+ end
2175
- it {
2176
- expect(subject).to contain_concat__fragment('rspec.example.com-apache-userdir')
2177
- .with(content: %r{^\s+UserDir disabled$})
2178
- .with(content: %r{^\s+UUserDir enabled bob$})
2179
- }
+ it do
+ expect(subject).to contain_concat__fragment('rspec.example.com-userdir')
+ .with(content: %r{^\s+UserDir disabled$})
+ .with(content: %r{^\s+UserDir enabled bob$})
2180
end
2181
2182
0 commit comments