Sha256: 6118cd01f6eab0ab7440e4fbe3b942b408ca3401e78cd24021d6b2d7c2133519

Contents?: true

Size: 181 Bytes

Versions: 6

Compression:

Stored size: 181 Bytes

Contents

shared "command" do
  it "should show a help message" do
    cmd = @cmd.new(["--help"])
    res = Rootage::ScenarioTest.succeed(cmd)
    res.stdout.string.size.should > 0
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
pione-0.5.0 test/command/command-behavior.rb
pione-0.5.0.alpha.2 test/command/command-behavior.rb
pione-0.5.0.alpha.1 test/command/command-behavior.rb
pione-0.4.2 test/command/command-behavior.rb
pione-0.4.1 test/command/command-behavior.rb
pione-0.4.0 test/command/command-behavior.rb