1
0
Fork 0
mirror of https://github.com/fog/fog.git synced 2022-11-09 13:51:43 -05:00

[aws|elasticache] Enable mocking for elasticache cluster tests

This commit is contained in:
Benton Roberts 2012-07-26 21:14:00 -04:00
parent c0f1617263
commit 1bc6b7df17

View file

@ -1,7 +1,6 @@
Shindo.tests('AWS::Elasticache | cache cluster requests', ['aws', 'elasticache']) do
tests('success') do
pending if Fog.mocking?
# Randomize the cluster ID so tests can be fequently re-run
CLUSTER_ID = "fog-test-cluster-#{rand(999).to_s}" # 20 chars max!