Sha256: e844b73f6d7ae907c4d52d99e448be4fba3b3456a65914190ea96162336f66b9
Contents?: true
Size: 248 Bytes
Versions: 4
Compression:
Stored size: 248 Bytes
Contents
require 'spec_helper' describe InlineEncryption do it 'should load Base' do expect{ InlineEncryption::Base }.not_to raise_error end it 'should be extended by Base' do InlineEncryption.respond_to?(:config).should be_true end end
Version data entries
4 entries across 4 versions & 1 rubygems