Method: BoltSpec::Plans::DownloadStub#with_destination
- Defined in:
- lib/bolt_spec/plans/action_stubs/download_stub.rb
#with_destination(destination) ⇒ Object
54 55 56 57 |
# File 'lib/bolt_spec/plans/action_stubs/download_stub.rb', line 54 def with_destination(destination) @invocation[:destination] = destination self end |