Skip to content

Commit 6c0267e

Browse files
committed
fix superflous ')'
1 parent faeac60 commit 6c0267e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

spec/defines/vhost_spec.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -738,7 +738,6 @@
738738
.with_content(%r{^\s+RewriteOptions Inherit$})
739739
.with_content(%r{^\s+RewriteBase /})
740740
.with_content(%r{^\s+RewriteRule ^index\.html$ welcome.html$})
741-
)
742741
}
743742
it { is_expected.to contain_concat__fragment('rspec.example.com-scriptalias') }
744743
it { is_expected.to contain_concat__fragment('rspec.example.com-serveralias') }

0 commit comments

Comments
 (0)