Skip to content

Commit 2aa9384

Browse files
committed
cleanup
1 parent eb1e588 commit 2aa9384

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

controls/java.rb

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,6 @@
1616
# Check if Installed
1717
if install_java
1818
if os.linux?
19-
# describe package(java_package_name) do
20-
# it { should be_installed }
21-
# its('version') { should eq java_version }
22-
# end
2319
describe 'Java Install' do
2420
it 'Installed' do
2521
expect(package(java_package_name)).to be_installed

0 commit comments

Comments
 (0)