commit | 67055a24bd3d5d614da71844967376e6f04cbcd8 | [log] [tgz] |
---|---|---|
author | Carlos Sanchez <carlos@apache.org> | Mon Jun 27 17:08:15 2016 +0200 |
committer | Carlos Sanchez <carlos@apache.org> | Mon Jun 27 17:08:54 2016 +0200 |
tree | 447626a1c9277fb4b3e0d0920c63f2d4de7cf5e0 | |
parent | 050b643bd38581706b2fe0ad66ba6d1256188ca8 [diff] [blame] |
Add tests for install-plugins.sh Use bats-assert and bats-support for testing
diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..6f8a2f8 --- /dev/null +++ b/.gitmodules
@@ -0,0 +1,6 @@ +[submodule "tests/test_helper/bats-support"] + path = tests/test_helper/bats-support + url = https://github.com/ztombol/bats-support +[submodule "tests/test_helper/bats-assert"] + path = tests/test_helper/bats-assert + url = https://github.com/ztombol/bats-assert