Sha256: 5362297bf107a0106f066db8a1c4226c84f347b030f5ebd3c8fb88f6ba575eb2
Contents?: true
Size: 491 Bytes
Versions: 2
Compression:
Stored size: 491 Bytes
Contents
require_relative "../../spec_helper" describe Lono::Inspector do before(:all) do @args = "--noop --project-root spec/fixtures/my_project" end describe "lono inspect" do it "depends" do out = execute("bin/lono inspect depends my-stack #{@args}") expect(out).to include("Generating dependencies tree") end it "params" do out = execute("bin/lono inspect params my-stack #{@args}") expect(out).to include("Parameters Summary") end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
lono-3.2.1 | spec/lib/lono/inspect_spec.rb |
lono-3.2.0 | spec/lib/lono/inspect_spec.rb |