Skip to content

Commit 73bdb09

Browse files
committed
Add note about installing and testing mini_racer
1 parent e57706f commit 73bdb09

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

CONTRIBUTING.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,15 @@ bundle install
3434
bundle exec rake
3535
```
3636

37+
Note that test:miniracer is failed in the tests, because mini_racer is not installed, and it is mutually exclusive with therubyracer.
38+
39+
To run test:miniracer
40+
41+
```
42+
EXECJS_RUNTIME=MiniRacer bundle install --path=<path>
43+
EXECJS_RUNTIME=MiniRacer bundle exec rake test:miniracer
44+
```
45+
3746
#### Write Tests
3847

3948
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).

0 commit comments

Comments
 (0)