bazaarvoice / cloudformation-ruby-dsl

Ruby DSL for creating Cloudformation templates
Apache License 2.0
210 stars 76 forks source link

Testbed needed! #55

Closed jonaf closed 8 years ago

jonaf commented 9 years ago

Really, this should have been done when we first created the DSL, but we need to go ahead and put together a test suite to improve our releases and minimize breakage. There are quite a few edge cases and it gets quite complicated to test each change thoroughly.

lwoodson commented 8 years ago

Have added this PR https://github.com/bazaarvoice/cloudformation-ruby-dsl/pull/95

temujin9 commented 8 years ago

It looks like @lwoodson has taken care of the basic framework for this.