Sha256: eecf2ba6a9141164ae3db3f410618e959cf0bb1466e86649f6b033acd6562693
Contents?: true
Size: 266 Bytes
Versions: 9
Compression:
Stored size: 266 Bytes
Contents
Given(/^a letter$/) do @letter = write_file('document.pdf', 'chunky bacon').path end Then(/^the job should have been deleted$/) do check_file_presence([@job], false) end Then(/^the job should not have been deleted$/) do check_file_presence([@job], true) end
Version data entries
9 entries across 9 versions & 1 rubygems