Added configuration for running tests using the bok-choy framework
Showing
... | @@ -6,6 +6,7 @@ gem 'neat', '~> 1.4.0' | ... | @@ -6,6 +6,7 @@ gem 'neat', '~> 1.4.0' |
gem 'colorize', '~> 0.5.8' | gem 'colorize', '~> 0.5.8' | ||
gem 'launchy', '~> 2.1.2' | gem 'launchy', '~> 2.1.2' | ||
gem 'sys-proctable', '~> 0.9.3' | gem 'sys-proctable', '~> 0.9.3' | ||
gem 'dalli', '~> 2.6.4' | |||
# These gems aren't actually required; they are used by Linux and Mac to | # These gems aren't actually required; they are used by Linux and Mac to | ||
# detect when files change. If these gems are not installed, the system | # detect when files change. If these gems are not installed, the system | ||
# will fall back to polling files. | # will fall back to polling files. | ||
... | ... |
cms/envs/bok_choy.auth.json
0 → 100644
cms/envs/bok_choy.env.json
0 → 100644
cms/envs/bok_choy.py
0 → 100644
common/test/bok_choy/tests/__init__.py
0 → 100644
lms/envs/bok_choy.auth.json
0 → 100644
lms/envs/bok_choy.env.json
0 → 100644
lms/envs/bok_choy.py
0 → 100644
rakelib/bok_choy.rake
0 → 100644
Please
register
or
sign in
to comment