.gitmodules 503 B

123456789101112
  1. [submodule "test/test_helper/bats-core"]
  2. path = test/test_helper/bats-core
  3. url = https://github.com/bats-core/bats-core
  4. [submodule "test/test_helper/bats-assert"]
  5. path = test/test_helper/bats-assert
  6. url = https://github.com/bats-core/bats-assert
  7. [submodule "test/test_helper/bats-support"]
  8. path = test/test_helper/bats-support
  9. url = https://github.com/bats-core/bats-support
  10. [submodule "test/test_helper/bats-file"]
  11. path = test/test_helper/bats-file
  12. url = https://github.com/bats-core/bats-file