Mike Gerwitz
7338fb4748
This grabs code from GNU ease.js. * .gitignore (build-aux/): Ignore all but `vergen'. * build-aux/vergen: Add file copied from GNU ease.js. * configure.ac: Use it. |
||
---|---|---|
bin | ||
build-aux | ||
doc | ||
src | ||
test | ||
.gitignore | ||
COPYING | ||
Makefile.am | ||
README.md | ||
configure.ac |
README.md
shspec
#!/bin/bash
describe shspec
it is a BDD framework for shell
expect current-shell-support
to output "bash"
expect pronounciation
to succeed
and to output "shell spec"
end
it is currently under development
expect is-stable
to succeed
and to output "Because of self-testing"
expect is-comprehensive
to fail
and to output "You should check back later."
end
end
License
shspec is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.