ubicloud/spec/routes/web
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
..
project Change all create_with_id to create 2025-08-06 01:55:51 +09:00
webhook Change all create_with_id to create 2025-08-06 01:55:51 +09:00
access_control_spec.rb Change all create_with_id to create 2025-08-06 01:55:51 +09:00
account_spec.rb Use HTTP header instead of meta tag for OTP lockout refresh 2025-08-01 05:23:15 +09:00
auth_spec.rb Change all create_with_id to create 2025-08-06 01:55:51 +09:00
clover_web_spec.rb Switch to multi phase login 2025-07-09 04:32:44 +09:00
firewall_spec.rb Change all create_with_id to create 2025-08-06 01:55:51 +09:00
github_spec.rb Change all create_with_id to create 2025-08-06 01:55:51 +09:00
inference_api_key_spec.rb Disable Lint/UnderscorePrefixedVariableName 2025-03-27 12:34:37 +03:00
inference_endpoint_spec.rb Change all create_with_id to create 2025-08-06 01:55:51 +09:00
inference_playground_spec.rb Change all create_with_id to create 2025-08-06 01:55:51 +09:00
kubernetes_cluster_spec.rb Change all create_with_id to create 2025-08-06 01:55:51 +09:00
load_balancer_spec.rb Change all create_with_id to create 2025-08-06 01:55:51 +09:00
private_location_spec.rb Change all create_with_id to create 2025-08-06 01:55:51 +09:00
private_subnet_spec.rb Change all create_with_id to create 2025-08-06 01:55:51 +09:00
project_spec.rb Change all create_with_id to create 2025-08-06 01:55:51 +09:00
spec_helper.rb Switch to multi phase login 2025-07-09 04:32:44 +09:00
token_spec.rb Change all create_with_id to create 2025-08-06 01:55:51 +09:00
vm_spec.rb Change all create_with_id to create 2025-08-06 01:55:51 +09:00