Class: Rack::MockResponse

Inherits:
Object
  • Object
show all
Defined in:
lib/cucumber/api_steps.rb

Overview

Monkey patch Rack::MockResponse to work properly with response debugging

Instance Method Summary collapse

Instance Method Details

#to_strObject



8
9
10
# File 'lib/cucumber/api_steps.rb', line 8

def to_str
  body
end