Files
discourse/spec
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
2026-02-13 13:54:42 +08:00