Sha256: 6770f6ab10172017bf0333183064e0a43fc7f95364df58c5d20e7f85a9158db0
Contents?: true
Size: 236 Bytes
Versions: 3
Compression:
Stored size: 236 Bytes
Contents
require 'spec_helper' module BerkeleyLibrary describe AV do describe :configure do it 'exposes the configuration' do conf = AV.configure { config } expect(conf).to eq(AV::Config) end end end end
Version data entries
3 entries across 3 versions & 1 rubygems