Sha256: 4f620e4fdb942531fdc55b8f47c0edec1680164ee898420e99446ec513b20088
Contents?: true
Size: 492 Bytes
Versions: 3
Compression:
Stored size: 492 Bytes
Contents
require 'spec_helper' # to run specs with what's remembered from vcr # $ rake # # to run specs with new fresh data from aws api calls # $ rake clean:vcr ; time rake describe LonoParams::CLI do before(:all) do @args = "--project-root spec/fixtures/my_project" end describe "lono-params" do it "should generate params" do out = execute("bin/lono-params generate my-stack #{@args}") expect(out).to include("Params file generated for my-stack") end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
lono-params-0.0.3 | spec/lib/cli_spec.rb |
lono-params-0.0.2 | spec/lib/cli_spec.rb |
lono-params-0.0.1 | spec/lib/cli_spec.rb |