This scaffold comes with pre-configured Docker environment.
May take 1min. to build the image the 1st time.
./rake
Or, 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.
bundle
rake
spec
: 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