mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
[aws|cloud_watch] mark tests pending when mocked
This commit is contained in:
parent
bf844bee65
commit
2dc1bf98c7
2 changed files with 11 additions and 7 deletions
|
@ -1,5 +1,7 @@
|
||||||
Shindo.tests("AWS::CloudWatch | alarm_data", ['aws', 'cloudwatch']) do
|
Shindo.tests("AWS::CloudWatch | alarm_data", ['aws', 'cloudwatch']) do
|
||||||
|
|
||||||
|
pending if Fog.mocking?
|
||||||
|
|
||||||
tests('success') do
|
tests('success') do
|
||||||
tests("#all").succeeds do
|
tests("#all").succeeds do
|
||||||
Fog::AWS[:cloud_watch].alarm_data.all
|
Fog::AWS[:cloud_watch].alarm_data.all
|
||||||
|
|
|
@ -1,5 +1,7 @@
|
||||||
Shindo.tests("AWS::CloudWatch | alarm_histories", ['aws', 'cloudwatch']) do
|
Shindo.tests("AWS::CloudWatch | alarm_histories", ['aws', 'cloudwatch']) do
|
||||||
|
|
||||||
|
pending if Fog.mocking?
|
||||||
|
|
||||||
tests('success') do
|
tests('success') do
|
||||||
tests("#all").succeeds do
|
tests("#all").succeeds do
|
||||||
Fog::AWS[:cloud_watch].alarm_histories.all
|
Fog::AWS[:cloud_watch].alarm_histories.all
|
||||||
|
|
Loading…
Reference in a new issue