Sha256: 95606ed2e61d2238c0f0de3df5dd39a8637e73ce682355ab38628d7b9193c766
Contents?: true
Size: 244 Bytes
Versions: 1
Compression:
Stored size: 244 Bytes
Contents
require 'spec_helper' describe 'Default Store' do describe 'Mongoid::History' do describe '.store' do it 'should return Thread object' do expect(Mongoid::History.store).to be_a Thread end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
mongoid-history-0.8.5 | spec/unit/store/default_store_spec.rb |