spec the purge method and align it with the new base method signature

This commit is contained in:
Samuel Beaulieu 2021-12-08 10:33:25 -06:00
parent 761c96fd38
commit fc7a628063
No known key found for this signature in database
GPG key ID: 12030F74136D0F34
4 changed files with 176 additions and 62 deletions

View file

@ -48,6 +48,12 @@ MockDisk = Struct.new(
keyword_init: true
)
MockSnapshotList = Struct.new(
#https://googleapis.dev/ruby/google-api-client/latest/Google/Apis/ComputeV1/DiskList.html
:id, :items, :kind, :next_page_token, :self_link, :warning,
keyword_init: true
)
MockSnapshot = Struct.new(
#https://googleapis.dev/ruby/google-api-client/latest/Google/Apis/ComputeV1/Snapshot.html
:auto_created, :chain_name, :creation_timestamp, :description, :disk_size_gb, :download_bytes, :id, :kind,