Files
Enes Cakir e1286b290a Add create_vm_host spec helper
The VmHost model requires a Sshable record due to database constraints.
Currently, we're creating VmHost models with dummy Sshable data across
multiple test locations, leading to code duplication.

Additionally, we're creating VmHost instances using `VmHost.create(...)
{ _1.id = Sshable.create.id }`, which results in VmHost having a Sshable
UBID instead of its own UBID. While this doesn't break any test, it's
conceptually incorrect and should be fixed.
2025-02-03 08:34:22 +03:00
..
2025-01-20 09:17:23 -08:00
2023-08-11 11:33:06 +03:00
2023-08-22 17:11:00 +02:00
2024-05-07 16:10:05 +02:00
2025-02-03 08:34:22 +03:00
2024-03-04 10:39:35 +01:00
2025-02-03 08:34:22 +03:00