mirror of
https://github.com/discourse/discourse.git
synced 2025-05-22 16:21:18 +08:00
DEV: Apply syntax_tree formatting to spec/*
This commit is contained in:
@ -23,6 +23,9 @@ RSpec.describe "S3Inventory", type: :multisite do
|
||||
|
||||
expect(db1.lines.count).to eq(3)
|
||||
expect(db2.lines.count).to eq(1)
|
||||
files.values.each { |f| f.close; f.unlink }
|
||||
files.values.each do |f|
|
||||
f.close
|
||||
f.unlink
|
||||
end
|
||||
end
|
||||
end
|
||||
|
Reference in New Issue
Block a user