Sha256: 74b4bb132484dcc2e68356063485b72316b655b3d820682b893928ecd2764ab0
Contents?: true
Size: 367 Bytes
Versions: 33
Compression:
Stored size: 367 Bytes
Contents
Shindo.tests("AWS::EFS | file system", ["aws", "efs"]) do file_system_params = { :creation_token => "fogtoken#{rand(999).to_s}" } model_tests(Fog::AWS[:efs].file_systems, file_system_params, true) file_system_params = { :creation_token => "fogtoken#{rand(999).to_s}" } collection_tests(Fog::AWS[:efs].file_systems, file_system_params, true) end
Version data entries
33 entries across 31 versions & 2 rubygems