Commit e9aab2e4 authored by Jorge Bucaran's avatar Jorge Bucaran

Merge pull request #449 from tannhuber/spec

Modify README.md
parents 914aa943 474ce4cd
...@@ -82,7 +82,7 @@ expect $elements --to-contain-all "earth" "fire" "water" "air" ...@@ -82,7 +82,7 @@ expect $elements --to-contain-all "earth" "fire" "water" "air"
* __--to-not-contain-all__ no `<actual>` values exist in `<expected>` list * __--to-not-contain-all__ no `<actual>` values exist in `<expected>` list
```fish ```fish
expect $our_planets --to-not-not-contain-all "golomo" "borg prime" "rigel" "terra" expect $our_planets --to-not-contain-all "golomo" "borg prime" "rigel" "terra"
``` ```
* __--to-be-true__ the exit status should be _truthy_ * __--to-be-true__ the exit status should be _truthy_
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment