Sha256: 2ebce640f21c48702355d268f57e275493fff9364e48e8073da367e4dea11109
Contents?: true
Size: 482 Bytes
Versions: 5
Compression:
Stored size: 482 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 "summary" do out = execute("bin/lono inspect summary my-stack #{@args}") expect(out).to include("Summary") end end end
Version data entries
5 entries across 5 versions & 1 rubygems