Skip to content

Commit

Permalink
feat: do not automatically create tmp/pacts dir
Browse files Browse the repository at this point in the history
  • Loading branch information
bethesque committed Mar 18, 2018
1 parent 5574a60 commit de9e25e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/pact/configuration.rb
Original file line number Diff line number Diff line change
Expand Up @@ -174,11 +174,9 @@ def self.configuration

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

def self.clear_configuration
@configuration = nil
end

end

0 comments on commit de9e25e

Please sign in to comment.