Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric Kascic committed Jul 21, 2016
1 parent 80f1664 commit 99c3337
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions cfn/spec/template-logging_spec.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
require 'awspec'

fail 'rArchiveLogsBucket must be set' if rArchiveLogsBucket.nil?

describe s3_bucket(rArchiveLogsBucket) do
it { should have_versioning_enabled }
end

0 comments on commit 99c3337

Please sign in to comment.