Skip to content

Commit

Permalink
feat(postgresql): removewhitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
jengsala committed May 20, 2022
1 parent 2de7156 commit 828074b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/default/controls/service.rb
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
describe file(config_plugin_file) do
it { should exist }
it { should be_file }
its(:content) { should match(/<Plugin postgresql>/) }
its(:content) { should match(/<Plugin postgresql>/) }
its(:content) { should match(/<Database foo>/) }
its(:content) { should match(/<Database bar>/) }

Expand Down

0 comments on commit 828074b

Please sign in to comment.