Skip to content

Commit ae7da99

Browse files
committed
style fixes
1 parent 3a2b50e commit ae7da99

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

spec/classes/mongos_spec.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@
3636
it { is_expected.to contain_service('mongos') }
3737

3838
it {
39-
is_expected.to contain_systemd__unit_file('mongos.service').
40-
with_content(%r{RuntimeDirectory=mongodb}).
41-
with_content(%r{RuntimeDirectoryMode=0755})
39+
is_expected.to contain_systemd__unit_file('mongos.service')
40+
.with_content(%r{RuntimeDirectory=mongodb})
41+
.with_content(%r{RuntimeDirectoryMode=0755})
4242
}
4343
end
4444

0 commit comments

Comments
 (0)