Skip to content

Commit c1dbcd4

Browse files
committed
Fix tests
1 parent ddfb161 commit c1dbcd4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

spec/defines/vhost_spec.rb

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1761,6 +1761,8 @@
17611761
is_expected.to contain_concat__fragment('rspec.example.com-docroot').with(
17621762
content: %r{^\s+VirtualDocumentRoot "/var/www/sites/%0"$},
17631763
)
1764+
}
1765+
it {
17641766
is_expected.not_to contain_concat__fragment('rspec.example.com-docroot').with(
17651767
content: %r{^\s+DocumentRoot "/var/www/html"$},
17661768
)
@@ -1780,6 +1782,8 @@
17801782
is_expected.to contain_concat__fragment('rspec.example.com-docroot').with(
17811783
content: %r{^\s+VirtualDocumentRoot "/var/www/sites/%0"$},
17821784
)
1785+
}
1786+
it {
17831787
is_expected.to contain_concat__fragment('rspec.example.com-docroot').with(
17841788
content: %r{^\s+DocumentRoot "/var/www/html"$},
17851789
)

0 commit comments

Comments
 (0)