Skip to content
This repository was archived by the owner on Dec 2, 2020. It is now read-only.

Commit 6a6e6e3

Browse files
committed
Drop Ruby 1.9 hash syntax
1 parent 2c290ba commit 6a6e6e3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spec/classes/java_spec.rb

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
let(:facts) { default_test_facts }
55
let(:params) {
66
{
7-
update_version: '42',
8-
base_download_url: 'https://downloads.test/java'
7+
:update_version => '42',
8+
:base_download_url => 'https://downloads.test/java'
99
}
1010
}
1111

0 commit comments

Comments
 (0)