From 37602b147cfd45e46e25fe7b1412516b488ad78a Mon Sep 17 00:00:00 2001 From: Michael Hale Date: Mon, 3 Dec 2012 13:19:47 -0500 Subject: [PATCH] [aws|auto_scaling] remove pending if mocking? for model_tests --- tests/aws/requests/auto_scaling/model_tests.rb | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/tests/aws/requests/auto_scaling/model_tests.rb b/tests/aws/requests/auto_scaling/model_tests.rb index ab813ecfe..be07e1e36 100644 --- a/tests/aws/requests/auto_scaling/model_tests.rb +++ b/tests/aws/requests/auto_scaling/model_tests.rb @@ -1,8 +1,6 @@ Shindo.tests('AWS::AutoScaling | model_tests', ['aws', 'auto_scaling']) do tests('success') do - pending if Fog.mocking? - lc = nil lc_id = 'fog-model-lc' @@ -62,7 +60,7 @@ Shindo.tests('AWS::AutoScaling | model_tests', ['aws', 'auto_scaling']) do tests('suspend processes') do asg.suspend_processes() - #tests('processes suspended').returns([]) { asg.suspended_processes } + tests('processes suspended').returns([]) { asg.suspended_processes } end tests('resume processes') do