mirror of
https://github.com/rubyjs/mini_racer
synced 2023-03-27 23:21:28 -04:00
80a178ac56
- depend on latest v8 - comment out test that is rather slow - add changelog
5 lines
133 B
Ruby
5 lines
133 B
Ruby
$LOAD_PATH.unshift File.expand_path('../../lib', __FILE__)
|
|
require 'mini_racer'
|
|
|
|
require 'minitest/pride'
|
|
require 'minitest/autorun'
|