Files
grecia/spec/models
Javi Martín 4d11d8a395 Specify translation class name in dummy test class
These tests were failing with Ruby 3.0 because we were getting an error
when loading the `translations` association of the dummy class:

```
NameError:
  uninitialized constant
  DummyBanner::#<Class:0x000055630e4dccd8>::Translation
```

Specifying the `class_name` of the `translations` association solves the
issue.
2023-04-13 16:31:28 +02:00
..
2021-10-01 16:19:10 +02:00
2019-05-31 18:22:59 +02:00
2019-03-27 15:22:14 +01:00
2021-08-13 04:39:44 +02:00
2022-10-18 10:38:59 +02:00