This scaffold comes with pre-configured Docker environment.
May take 1min. to build the image the 1st time.
./rakeOr, using TCR/BTCR:
./../../scripts/[tcr|btcr]
With this options, TCR/BTCR scripts will not be directly available
because they use ./rake (which calls Docker).
If you wish to use TCR without Docker, see the comment
in ./scripts/test so that it uses Rake directly without wrapping
in a Docker container.
Ruby and Bundler 2+ are required.
bundlerakespec: the root of tests, you put your helper therespec/dummy: the tests are organized by directories, usually the name of the lib, or when you do the distinction between unit and integration testslib: the source of your lib