Skip to content

Commit 063582a

Browse files
committed
remove trailing commas
1 parent 25b11a2 commit 063582a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

spec/unit/classes/lib/java_spec.rb

+3-3
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
it { should contain_package('postgresql-jdbc').with(
1313
:name => 'libpostgresql-jdbc-java',
1414
:ensure => 'present',
15-
:tag => 'postgresql',
15+
:tag => 'postgresql'
1616
)}
1717
end
1818

@@ -26,7 +26,7 @@
2626
it { should contain_package('postgresql-jdbc').with(
2727
:name => 'postgresql-jdbc',
2828
:ensure => 'present',
29-
:tag => 'postgresql',
29+
:tag => 'postgresql'
3030
)}
3131
describe 'when parameters are supplied' do
3232
let :params do
@@ -35,7 +35,7 @@
3535
it { should contain_package('postgresql-jdbc').with(
3636
:name => 'somepackage',
3737
:ensure => 'latest',
38-
:tag => 'postgresql',
38+
:tag => 'postgresql'
3939
)}
4040
end
4141
end

0 commit comments

Comments
 (0)