Module: Shaf::Spec::HttpMethodUtils
- Includes:
- Rack::Test::Methods
- Included in:
- IntegrationSpec, PayloadUtils::Embedded
- Defined in:
- lib/shaf/spec/http_method_utils.rb
Instance Method Summary collapse
Instance Method Details
#headers ⇒ Object
18 19 20 |
# File 'lib/shaf/spec/http_method_utils.rb', line 18 def headers last_response&.headers end |
#status ⇒ Object
14 15 16 |
# File 'lib/shaf/spec/http_method_utils.rb', line 14 def status last_response&.status end |