D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
opt
/
td-agent
/
embedded
/
lib
/
ruby
/
gems
/
2.1.0
/
gems
/
mongo-2.2.7
/
spec
/
mongo
/
Filename :
bson_spec.rb
back
Copy
require 'spec_helper' describe Symbol do describe '#bson_type' do it 'serializes to a symbol type' do expect(:test.bson_type).to eq(14.chr) end end end