Method: BoltSpec::Plans::DownloadStub#result_for

Defined in:
lib/bolt_spec/plans/action_stubs/download_stub.rb

#result_for(_target, _data) ⇒ Object



44
45
46
# File 'lib/bolt_spec/plans/action_stubs/download_stub.rb', line 44

def result_for(_target, _data)
  raise 'Download result cannot be changed'
end