Sha256: b9eca182bebb71d3397ffd0dedb05a0941e0dfaf122daa43fa372511723ef375
Contents?: true
Size: 302 Bytes
Versions: 9
Compression:
Stored size: 302 Bytes
Contents
require_relative "../spec_helper" describe Lono do describe "lono" do it "generate should build templates" do out = execute("./bin/lono generate --project-root spec/fixtures/my_project") expect(out).to match /Generating both CloudFormation template and parameter/ end end end
Version data entries
9 entries across 9 versions & 1 rubygems