Method: BoltSpec::Plans::DownloadStub#always_return
- Defined in:
- lib/bolt_spec/plans/action_stubs/download_stub.rb
#always_return(_data) ⇒ Object
Public methods
50 51 52 |
# File 'lib/bolt_spec/plans/action_stubs/download_stub.rb', line 50 def always_return(_data) raise 'Download result cannot be changed' end |