Skip to content

Commit

Permalink
require tmpdir
Browse files Browse the repository at this point in the history
  • Loading branch information
cjmartian committed Jan 23, 2024
1 parent fb28850 commit c8e9ad8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
require 'json'
require 'open3'
require 'rugged'
require 'tmpdir'

describe OctocatalogDiff::CatalogUtil::CachedMasterDirectory do
before(:all) do
Expand Down
1 change: 1 addition & 0 deletions spec/octocatalog-diff/tests/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
require 'rspec'
require 'rspec/retry'
require 'tempfile'
require 'tmpdir'

# Enable SimpleCov coverage testing?
if ENV['COVERAGE']
Expand Down

0 comments on commit c8e9ad8

Please sign in to comment.