module Pact

def self.configure

def self.configure
  yield configuration
  FileUtils::mkdir_p configuration.tmp_dir
end