Files
openproject/spec/controllers
Aaron Contreras 8ceeb41de0 Chore: Fix constant definition in block warning
Fixes:
```
Do not define constants this way within a block.
[Lint/ConstantDefinitionInBlock]
```

Classes (and even constants) defined within an RSpec block are still
defined globally.
2023-09-04 09:26:27 -05:00
..
2023-07-21 12:36:37 +02:00
2023-07-27 08:16:43 +02:00