From 73bdb09a9b01e9f021c41eb1e5fe1d117c38b78a Mon Sep 17 00:00:00 2001 From: Jun Aruga Date: Tue, 19 Jul 2016 13:35:39 +0200 Subject: [PATCH] Add note about installing and testing mini_racer --- CONTRIBUTING.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 9c30ba0..5ed0c4f 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -34,6 +34,15 @@ bundle install bundle exec rake ``` +Note that test:miniracer is failed in the tests, because mini_racer is not installed, and it is mutually exclusive with therubyracer. + +To run test:miniracer + +``` +EXECJS_RUNTIME=MiniRacer bundle install --path= +EXECJS_RUNTIME=MiniRacer bundle exec rake test:miniracer +``` + #### Write Tests Try to write a test that reproduces the problem you're trying to fix or describes a feature that you want to build. Add to [test](test).