File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1515 end
1616
1717 it 'creates an installer.properties file' do
18- expect ( chef_run ) . to create_template ( '/var/chef/cache /installer.properties')
18+ expect ( chef_run ) . to create_template ( Chef :: Config [ :file_cache_path ] + ' /installer.properties')
1919 end
2020
2121 it 'downloads the remote jdk file' do
22- expect ( chef_run ) . to create_remote_file ( '/var/chef/cache /ibm-java.bin')
22+ expect ( chef_run ) . to create_remote_file ( Chef :: Config [ :file_cache_path ] + ' /ibm-java.bin')
2323 end
2424
2525 it 'runs the installer' do
Original file line number Diff line number Diff line change 1111 end
1212
1313 it 'downloads the remote jdk file' do
14- expect ( chef_run ) . to create_remote_file ( '/var/chef/cache /ibm-java.tar.gz')
14+ expect ( chef_run ) . to create_remote_file ( Chef :: Config [ :file_cache_path ] + ' /ibm-java.tar.gz')
1515 end
1616
1717 it 'create java_home directory' do
You can’t perform that action at this time.
0 commit comments