DEV: Remove use of deprecated methods (#19486)

This commit is contained in:
Rafael dos Santos Silva
2022-12-15 22:08:05 -03:00
committed by GitHub
parent 98e3e90aa2
commit 4edeb7d9eb
2 changed files with 2 additions and 2 deletions

View File

@ -929,7 +929,7 @@ RSpec.describe Stylesheet::Manager do
after do
path = Stylesheet::Manager.send(:manifest_full_path)
File.delete(path) if File.exists?(path)
File.delete(path) if File.exist?(path)
end
it "returns a hash" do