Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/bats-core/bats-assert.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZoltan Tombol <zoltan.tombol@gmail.com>2016-03-08 04:27:50 +0300
committerZoltan Tombol <zoltan.tombol@gmail.com>2016-03-08 04:27:50 +0300
commita496f336e7f0bea8bdb2688c5861a00b5d1e9002 (patch)
tree21bdc380676a4f03f88b2a91926d5962072e2cdf
parent3c30cb6424b9760884f8f8b7378a9367b76692b7 (diff)
Add change log
-rw-r--r--CHANGELOG.md31
1 files changed, 31 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
new file mode 100644
index 0000000..2e8be15
--- /dev/null
+++ b/CHANGELOG.md
@@ -0,0 +1,31 @@
+# Change Log
+
+All notable changes to this project will be documented in this file.
+This project adheres to [Semantic Versioning](http://semver.org/).
+
+
+## [Unreleased]
+
+### Added
+
+- `refute()` to complement `assert()`
+- `npm` support
+
+### Fixed
+
+- Not consuming the `--` when stopping option parsing in
+ `assert_output`, `refute_output`, `assert_line` and `refute_line`
+
+
+## 0.1.0 - 2016-02-16
+
+### 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()`
+
+
+[Unreleased]: https://github.com/ztombol/varrick/compare/v0.1.0...HEAD