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

Version Path
berkeley_library-av-core-0.4.2 spec/lib/berkeley_library/av/av_spec.rb
berkeley_library-av-core-0.4.1 spec/lib/berkeley_library/av/av_spec.rb
berkeley_library-av-core-0.4.0 spec/lib/berkeley_library/av/av_spec.rb