Skip to content

Commit

Permalink
fix: remove include of pact matchers in query string
Browse files Browse the repository at this point in the history
  • Loading branch information
bethesque committed Mar 23, 2018
1 parent f922e72 commit c478dff
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/pact/consumer_contract/query_string.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ module Pact
class QueryString

include ActiveSupportSupport
include Pact::Matchers

def initialize query
@query = query.nil? ? query : query.dup
Expand Down

0 comments on commit c478dff

Please sign in to comment.