Sha256: 7da40c69d1ef6caba846affa0701eacb6d4a27a3365283398884d58200b349f5
Contents?: true
Size: 384 Bytes
Versions: 4
Compression:
Stored size: 384 Bytes
Contents
require './spec/TestFileHandler.rb' describe 'FileChanger',must:true do it 'skip dengerous path ' do test_file_handler = TestFileHandler.new test_file_handler.set_up_skip_delete_list.each do |s| if test_file_handler.skip_delete_path?(s) expect { test_file_handler.force_rm_rf(s) }.to raise_error(Errors::DangerousPathError) end end end#it end#describe
Version data entries
4 entries across 4 versions & 1 rubygems