Sha256: abf568363314f48165c8a9a74180cdf2aee706d3db889efca0027a18050d65f1
Contents?: true
Size: 700 Bytes
Versions: 7
Compression:
Stored size: 700 Bytes
Contents
require "spec_helper" describe "`tetra`", type: :aruba do it "lists subcommands" do run_simple("tetra") expect(stdout_from("tetra")).to include("Usage:") expect(stdout_from("tetra")).to include("init") expect(stdout_from("tetra")).to include("dry-run") expect(stdout_from("tetra")).to include("generate-kit") expect(stdout_from("tetra")).to include("generate-script") expect(stdout_from("tetra")).to include("generate-spec") expect(stdout_from("tetra")).to include("generate-all") expect(stdout_from("tetra")).to include("patch") expect(stdout_from("tetra")).to include("move-jars-to-kit") expect(stdout_from("tetra")).to include("get-pom") end end
Version data entries
7 entries across 7 versions & 1 rubygems