Skip to content

Commit

Permalink
rubocop 1.69.0
Browse files Browse the repository at this point in the history
  • Loading branch information
toy committed Nov 27, 2024
1 parent ac430c0 commit c1eb1c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

RSpec.configure do |c|
c.before do
stub_const('ImageOptim::Config::GLOBAL_PATH', '/dev/null')
stub_const('ImageOptim::Config::LOCAL_PATH', '/dev/null')
stub_const('ImageOptim::Config::GLOBAL_PATH', File::NULL)
stub_const('ImageOptim::Config::LOCAL_PATH', File::NULL)
end

c.order = :random
Expand Down

0 comments on commit c1eb1c9

Please sign in to comment.