diff options
| author | mo <mo.khan@gmail.com> | 2019-05-25 20:01:03 -0600 |
|---|---|---|
| committer | mo <mo.khan@gmail.com> | 2019-05-25 20:01:03 -0600 |
| commit | 281f65c8aa7cf154eb0b9dcb910eccc288ee22b7 (patch) | |
| tree | 68f7894ef6f2cfc4cb29234834ba881d5f2c6f12 | |
| parent | 83d3bae6b09e870f15a39edfa01e93ff6ea0b6a0 (diff) | |
bundle bats
| -rw-r--r-- | README.md | 6 | ||||
| -rw-r--r-- | Rakefile | 3 |
2 files changed, 4 insertions, 5 deletions
@@ -5,9 +5,9 @@ > shell scripts specified in problem 13 at the end of Chapter 16. I have placed the Bourne shell scripts in the `bin` directory. I have -also included tests for these scripts in the `test` directory. To run -the tests you will need to install [bats](https://github.com/sstephenson/bats). -To make installation easier, I have included [bats](https://github.com/sstephenson/bats) as a git submodule. +also included tests for these scripts in the `test` directory. I have +bundled a copy of [bats](https://github.com/sstephenson/bats) to make it +easier to run the tests. ```bash $ git submodule update --init @@ -8,8 +8,7 @@ Rake::PackageTask.new("COMP325-2", DateTime.now.strftime("%y%m").to_i) do |packa 'bin/*', 'test/**/*', 'tmp/.keep', - '.gitmodules', - '.gitignore', + 'vendor/bats/**/*', ] end |
