aws-int-test-rspec-helper 0.0.2 → 0.0.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 18cfb8f5bdd33b5ecfaa572e2afef3a4918fa37f
4
- data.tar.gz: bfee8357072e8c882915e3ae0e262b9498b3eac8
3
+ metadata.gz: e83165ce26255f9732ab7d1b7e1be749bb6c228d
4
+ data.tar.gz: f0a8f25cb1fce527b560f79cbf8445cad3196102
5
5
  SHA512:
6
- metadata.gz: a938fa30a7e6cd510b4393a41e5e694166bb3471b5141befe6522c484a55d2fb3344da0022e236766619a14ff326751df9233cb2c87798d3454a20ed96138f65
7
- data.tar.gz: 9189c28207c04103d2ef45f8f044be601ff205c000bb20552144afe9305e056ec355a41fa340e6b5d4df7c1d61ba9c831a6c0d5ffeb662ef5294f62ab39a8db1
6
+ metadata.gz: 489ea70461db35224d414956550262b221a0a7b1a39a76a91e5800d7bda2010890c5ce98891ae75aefafccf5634682e0aed13a6d3485553b11d1a2493962844d
7
+ data.tar.gz: 422b835a6be4960f7740296b59bd7360d891398a28156f6fe73e465601dd66763baffc73d13d8a199a065d65d064e6156817e62c2238d64b54fe6a328ea7c10e
@@ -35,7 +35,9 @@ module AwsIntTestRspecHelper
35
35
  capabilities: %w{CAPABILITY_IAM})
36
36
 
37
37
  #need to provide more details to the waiter - or deal with more stack outcomes?
38
- created_stack.wait_until(max_attempts:100, delay:15) {|stack| stack.stack_status == 'CREATE_COMPLETE' }
38
+ created_stack.wait_until(max_attempts:100, delay:15) do |stack|
39
+ stack.stack_status.match /COMPLETE/ or stack.stack_status.match /FAIL/
40
+ end
39
41
 
40
42
  @stack_outputs = created_stack.outputs.inject({}) do |hash, output|
41
43
  hash[output.output_key] = output.output_value
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-int-test-rspec-helper
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - someguy
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-02-18 00:00:00.000000000 Z
11
+ date: 2016-03-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk