shspec/test
Mike Gerwitz a8d39919d7 `output' expectation handler now supports stdout
This requires a little bit of file descriptor wizardry, but works; I will
need to abstract it for other handlers that will need to do the same thing.
2014-05-13 01:18:46 -04:00
..
README.md Alright, let's get serious about this! 2014-05-13 01:12:32 -04:00
test-expect-core `output' expectation handler now supports stdout 2014-05-13 01:18:46 -04:00
test-spec Added shift argument to expectation handlers 2014-05-10 00:34:01 -04:00

README.md

shspec

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