Commit b838f30
committed
Correct a Psych::DisallowedClass error in tests
After upgrading to Ruby 3.1, following error raises when running
redmine_git_hosting tests depending on loading a fixture based on a YAML
file:
Psych::DisallowedClass:
Tried to load unspecified class: Time1 parent 0c803df commit b838f30
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
84 | 84 | | |
85 | 85 | | |
86 | 86 | | |
87 | | - | |
| 87 | + | |
| 88 | + | |
88 | 89 | | |
89 | 90 | | |
90 | 91 | | |
| |||
0 commit comments