mirror of
https://github.com/sstephenson/bats.git
synced 2024-11-17 03:32:27 +01:00
Bats 0.3.1
This commit is contained in:
parent
25505bd143
commit
2e2477881b
|
@ -229,6 +229,13 @@ on the wiki.
|
||||||
|
|
||||||
### Version history
|
### Version history
|
||||||
|
|
||||||
|
*0.3.1* (October 28, 2013)
|
||||||
|
|
||||||
|
* Fixed an incompatibility with the pretty formatter in certain
|
||||||
|
environments such as tmux.
|
||||||
|
* Fixed a bug where the pretty formatter would crash if the first line
|
||||||
|
of a test file's output was invalid TAP.
|
||||||
|
|
||||||
*0.3.0* (October 21, 2013)
|
*0.3.0* (October 21, 2013)
|
||||||
|
|
||||||
* Improved formatting for tests run from a terminal. Failing tests
|
* Improved formatting for tests run from a terminal. Failing tests
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
version() {
|
version() {
|
||||||
echo "Bats 0.3.0"
|
echo "Bats 0.3.1"
|
||||||
}
|
}
|
||||||
|
|
||||||
usage() {
|
usage() {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user