-
-
Notifications
You must be signed in to change notification settings - Fork 132
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
Submodule core
updated
3 files
+10 −16 | README.md | |
+1 −1 | docs/examples/README.md | |
+0 −36 | test/bats.bats |
Submodule bats-assert
updated
30 files
+0 −3 | .gitignore | |
+8 −3 | .travis.yml | |
+39 −0 | CHANGELOG.md | |
+163 −112 | README.md | |
+0 −29 | load.bash | |
+9 −10 | package.json | |
+6 −0 | script/install-bats.sh | |
+742 −29 | src/assert.bash | |
+0 −42 | src/assert_equal.bash | |
+0 −78 | src/assert_failure.bash | |
+0 −248 | src/assert_line.bash | |
+0 −197 | src/assert_output.bash | |
+0 −44 | src/assert_success.bash | |
+0 −42 | src/refute.bash | |
+0 −271 | src/refute_line.bash | |
+0 −199 | src/refute_output.bash | |
+7 −8 | test/50-assert-11-assert.bats | |
+50 −0 | test/50-assert-12-assert_equal.bats | |
+36 −0 | test/50-assert-13-assert_success.bats | |
+69 −0 | test/50-assert-14-assert_failure.bats | |
+267 −0 | test/50-assert-15-assert_output.bats | |
+90 −98 | test/50-assert-16-refute_output.bats | |
+139 −156 | test/50-assert-17-assert_line.bats | |
+147 −149 | test/50-assert-18-refute_line.bats | |
+7 −7 | test/50-assert-19-refute.bats | |
+0 −62 | test/assert_equal.bats | |
+0 −75 | test/assert_failure.bats | |
+0 −285 | test/assert_output.bats | |
+0 −40 | test/assert_success.bats | |
+7 −24 | test/test_helper.bash |
Submodule bats-file
updated
5 files
+1 −1 | .travis.yml | |
+1 −1 | CHANGELOG.md | |
+7 −7 | README.md | |
+1 −1 | package.json | |
+2 −2 | script/install-bats.sh |
Submodule bats-support
updated
5 files
+0 −4 | .gitignore | |
+7 −3 | .travis.yml | |
+1 −1 | CHANGELOG.md | |
+1 −26 | package.json | |
+6 −0 | script/install-bats.sh |