1
0
Fork 0
mirror of https://github.com/rubyjs/mini_racer synced 2023-03-27 23:21:28 -04:00

we need date to run the test

This commit is contained in:
Sam 2017-03-09 18:15:57 -05:00
parent afcd4301d5
commit e09e66e4f7

View file

@ -1,3 +1,5 @@
require 'securerandom'
require 'date'
require 'test_helper'
class MiniRacerTest < Minitest::Test