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

Version Path
wicoris-postman-0.13.0 features/step_definitions/postman_steps.rb
wicoris-postman-0.12.2 features/step_definitions/postman_steps.rb
wicoris-postman-0.12.1 features/step_definitions/postman_steps.rb
wicoris-postman-0.12.0 features/step_definitions/postman_steps.rb
wicoris-postman-0.11.3 features/step_definitions/postman_steps.rb
wicoris-postman-0.11.2 features/step_definitions/postman_steps.rb
wicoris-postman-0.11.1 features/step_definitions/postman_steps.rb
wicoris-postman-0.11.0 features/step_definitions/postman_steps.rb
wicoris-postman-0.10.0 features/step_definitions/postman_steps.rb