Clone the repository from GitHub.
$ git clone https://github.com/sstephenson/execjs
Now just cd into the directory and run bundle install
to install the
development dependencies.
$ cd execjs/
$ bundle install
Tests can be ran via rake
.
$ bundle exec rake