File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 18141814 end
18151815
18161816 it {
1817- is_expected . to contain_concat__fragment ( 'rspec.example.com-rewrite' )
1817+ is_expected . not_to contain_concat__fragment ( 'rspec.example.com-rewrite' )
18181818 . with_content ( %r{^\s +RewriteOptions Inherit$} )
18191819 . with_content ( %r{^\s +RewriteEngine On$} )
18201820 . with_content ( %r{^\s +RewriteRule ^index\. html$ welcome.html$} )
18291829 end
18301830
18311831 it {
1832- is_expected . to contain_concat__fragment ( 'rspec.example.com-rewrite' )
1832+ is_expected . not_to contain_concat__fragment ( 'rspec.example.com-rewrite' )
18331833 . with_content ( %r{^\s +RewriteEngine On$} )
18341834 . with_content ( %r{^\s +RewriteRule ^index\. html$ welcome.html$} )
18351835 . without ( content : %r{^\s +RewriteOptions Inherit$} )
You can’t perform that action at this time.
0 commit comments