Files
discourse/spec/lib
Joffrey JAFFEUX df0cfc4dbe DEV: code cleanup (#37809)
- Removes double private keyword
- Fixes test mutating json as string, instead of json as hash. Calling
`string["description"] = ""` uses Ruby’s `String#[]=` method which finds
the substring `description` and replaces it with `""`, corrupting the
JSON but leaving it parseable with a `nil` description field instead of
`""`.
2026-02-13 11:55:53 +01:00
..
2026-02-13 11:55:53 +01:00
2025-11-25 13:35:32 -05:00