mirror of
https://github.com/discourse/discourse.git
synced 2025-09-06 10:50:21 +08:00
correct emergency regeneration in the controller
This commit is contained in:
parent
2625c3bb9a
commit
0f53fc8328
3 changed files with 6 additions and 3 deletions
|
@ -5,7 +5,7 @@ describe StylesheetCache do
|
|||
describe "add" do
|
||||
it "correctly cycles once MAX_TO_KEEP is hit" do
|
||||
(StylesheetCache::MAX_TO_KEEP + 1).times do |i|
|
||||
StylesheetCache.add(i.to_s, "d" + i.to_s, "c" + i.to_s)
|
||||
StylesheetCache.add("a", "d" + i.to_s, "c" + i.to_s)
|
||||
end
|
||||
|
||||
expect(StylesheetCache.count).to eq StylesheetCache::MAX_TO_KEEP
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue