ubicloud/spec/prog/test
Jeremy Evans 4b819d3cb2 Change all create_with_id to create
It hasn't been necessary to use create_with_id since
ebc79622df, in December 2024.

I have plans to introduce:

```ruby
def create_with_id(id, values)
  obj = new(values)
  obj.id = id
  obj.save_changes
end
```

This will make it easier to use the same id when creating
multiple objects.  The first step is removing the existing
uses of create_with_id.
2025-08-06 01:55:51 +09:00
..
connected_subnets_spec.rb Change all create_with_id to create 2025-08-06 01:55:51 +09:00
firewall_rules_spec.rb Change all create_with_id to create 2025-08-06 01:55:51 +09:00
github_runner_spec.rb Fix a test on the main 2025-03-24 21:23:57 +03:00
ha_postgres_resource_spec.rb Add target_server_count helper 2025-03-06 10:55:42 +01:00
hetzner_server_spec.rb Rename E2E CI script and variable 2025-07-06 09:20:59 +03:00
postgres_resource_spec.rb Add E2E test for HA postgres 2025-02-12 17:41:42 +05:30
vm_group_spec.rb Change all create_with_id to create 2025-08-06 01:55:51 +09:00
vm_host_slices_spec.rb Update E2E tests for Burstables 2025-02-19 09:20:28 -08:00
vm_spec.rb Change all create_with_id to create 2025-08-06 01:55:51 +09:00