fix bson test hash_with_indifferent_access, missing require
This commit is contained in:
parent
0e8eef6cdd
commit
481c57c52e
|
@ -1,5 +1,6 @@
|
||||||
# encoding:utf-8
|
# encoding:utf-8
|
||||||
require './test/bson/test_helper'
|
require './test/bson/test_helper'
|
||||||
|
require './test/support/hash_with_indifferent_access'
|
||||||
|
|
||||||
class HashWithIndifferentAccessTest < Test::Unit::TestCase
|
class HashWithIndifferentAccessTest < Test::Unit::TestCase
|
||||||
include BSON
|
include BSON
|
||||||
|
|
Loading…
Reference in New Issue