Skip to content

v0.1.0

Compare
Choose a tag to compare
@jasonkarns jasonkarns released this 26 Nov 22:01
· 130 commits to master since this release

Added

  • Reporting arbitrary failures with fail()
  • Generic assertions with assert() and assert_equal()
  • Testing exit status with assert_success() and assert_failure()
  • Testing output with assert_output() and refute_output()
  • Testing individual lines with assert_line() and refute_line()