Skip to content

Commit de9e25e

Browse files
committed
feat: do not automatically create tmp/pacts dir
1 parent 5574a60 commit de9e25e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lib/pact/configuration.rb

-2
Original file line numberDiff line numberDiff line change
@@ -174,11 +174,9 @@ def self.configuration
174174

175175
def self.configure
176176
yield configuration
177-
FileUtils::mkdir_p configuration.tmp_dir
178177
end
179178

180179
def self.clear_configuration
181180
@configuration = nil
182181
end
183-
184182
end

0 commit comments

Comments
 (0)