lib/pact/shared/request.rb in pact-support-1.1.1 vs lib/pact/shared/request.rb in pact-support-1.1.2
- old
+ new
@@ -6,12 +6,10 @@
module Pact
module Request
class Base
- include Pact::Matchers
include Pact::SymbolizeKeys
- extend Pact::Matchers
attr_reader :method, :path, :headers, :body, :query, :options
def initialize(method, path, headers, body, query)
@method = method.to_s
\ No newline at end of file