Method: ResponseStatusSequenceStubBuilder#make_response
- Defined in:
- lib/brine/test_steps.rb
#make_response ⇒ Object
83 84 85 86 87 88 |
# File 'lib/brine/test_steps.rb', line 83 def make_response() begin @val = @enum.next end [@val, {}, @response.body] end |