Method: Airborne::RequestExpectations#expect_header
- Defined in:
- lib/airborne/request_expectations.rb
#expect_header(key, content) ⇒ Object
39 40 41 |
# File 'lib/airborne/request_expectations.rb', line 39 def expect_header(key, content) expect_header_impl(key, content) end |