fix bson test hash_with_indifferent_access, missing require

This commit is contained in:
Gary Murakami 2012-03-30 11:47:06 -04:00
parent 0e8eef6cdd
commit 481c57c52e
1 changed files with 1 additions and 0 deletions

View File

@ -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