Skip to content

Commit ff3f0fd

Browse files
Merge pull request #48 from junaruga/feature/contributing-mini-racer
Add note about installing and testing mini_racer
2 parents e57706f + 73bdb09 commit ff3f0fd

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

CONTRIBUTING.md

+9
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)