Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 693 Bytes

File metadata and controls

28 lines (21 loc) · 693 Bytes

shpec Build Status

Test your shell scripts!

Installation

sh -c "`curl https://raw.github.com/shpec/shpec/master/install.sh`"

Using shpec

This repo itself is using shpec, so feel free to use it as an example. Here is the basic structure that you'll want:

└── shpec
    └── an_example_shpec
    └── another_shpec

Then to run your tests:

shpec [shpec_files]

Examples

Examples to come. In the meantime, check out shpec's tests.

Contributing

Pull requests are always welcome.