Skip to content

Commit 21c9091

Browse files
committed
fix 'Space inside parentheses'
1 parent 6c0267e commit 21c9091

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/defines/vhost_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1832,7 +1832,7 @@
18321832
is_expected.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$})
1835-
.without( content: %r{^\s+RewriteOptions Inherit$})
1835+
.without(content: %r{^\s+RewriteOptions Inherit$})
18361836
}
18371837
end
18381838

0 commit comments

Comments
 (0)