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-01 21:41:25 +0300
committerZoltan Tombol <zoltan.tombol@gmail.com>2016-03-01 21:41:25 +0300
commit3c30cb6424b9760884f8f8b7378a9367b76692b7 (patch)
treed00140bf5467f180cab74be80e891ca73b026364 /README.md
parent5f0d8a56d17f8fab3c4c7526c2e7289752a1dde8 (diff)
Follow renaming of bats-core to bats-support
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 5 insertions, 4 deletions
diff --git a/README.md b/README.md
index 7fa4c6f..8fea1cc 100644
--- a/README.md
+++ b/README.md
@@ -8,7 +8,7 @@
Assertions are functions that perform a test and output relevant
information on failure to help debugging. They return 1 on failure and 0
-otherwise. Output, [formatted][bats-core-output] for readability, is
+otherwise. Output, [formatted][bats-support-output] for readability, is
sent to the standard error to make assertions usable outside of `@test`
blocks too.
@@ -16,7 +16,8 @@ Assertions testing exit code and output operate on the results of the
most recent invocation of `run`.
Dependencies:
-- [`bats-core`][bats-core] - output formatting
+- [`bats-support`][bats-support] (formerly `bats-core`) - output
+ formatting
See the [shared documentation][bats-docs] to learn how to install and
load this library.
@@ -676,7 +677,7 @@ refute_line -- '--'
<!-- REFERENCES -->
[bats]: https://github.com/sstephenson/bats
-[bats-core-output]: https://github.com/ztombol/bats-core#output-formatting
-[bats-core]: https://github.com/ztombol/bats-core
+[bats-support-output]: https://github.com/ztombol/bats-support#output-formatting
+[bats-support]: https://github.com/ztombol/bats-support
[bats-docs]: https://github.com/ztombol/bats-docs
[bash-comp-cmd]: https://www.gnu.org/software/bash/manual/bash.html#Compound-Commands