Module: Pact::RSpec::Matchers
- Defined in:
- lib/pact/provider/rspec/matchers.rb
Defined Under Namespace
Modules: RSpec2Delegator Classes: MatchHeader, MatchTerm
Instance Method Summary collapse
Instance Method Details
#match_header(header_name, expected) ⇒ Object
75 76 77 |
# File 'lib/pact/provider/rspec/matchers.rb', line 75 def match_header header_name, expected MatchHeader.new(header_name, expected) end |