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 ddfb161 commit c1dbcd4Copy full SHA for c1dbcd4
spec/defines/vhost_spec.rb
@@ -1761,6 +1761,8 @@
1761
is_expected.to contain_concat__fragment('rspec.example.com-docroot').with(
1762
content: %r{^\s+VirtualDocumentRoot "/var/www/sites/%0"$},
1763
)
1764
+ }
1765
+ it {
1766
is_expected.not_to contain_concat__fragment('rspec.example.com-docroot').with(
1767
content: %r{^\s+DocumentRoot "/var/www/html"$},
1768
@@ -1780,6 +1782,8 @@
1780
1782
1781
1783
1784
1785
1786
1787
1788
1789
0 commit comments