Sha256: 69d9ec6b608f7d92c928105c3d5685baf896ff9c9a09419a4609fa74bfa8c604
Contents?: true
Size: 216 Bytes
Versions: 3
Compression:
Stored size: 216 Bytes
Contents
#!/usr/bin/env roundup export BOOMFILE=test/examples/data.json boom="./bin/boom" describe "cli" it_shows_help() { $boom help | grep "boom: help" } it_shows_a_version() { $boom --version | grep "running boom" }
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
boom-0.5.0 | test/cli.sh |
boom-0.4.0 | test/cli.sh |
boom-0.3.0 | test/cli.sh |