Sha256: 28e549d469b8cc432793d5ead200220fc3529088e4ec9cdd032f0cca089bce16

Contents?: true

Size: 254 Bytes

Versions: 3

Compression:

Stored size: 254 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
    expect(InlineEncryption.respond_to?(:config)).to be_truthy
  end

end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
inline_encryption-2.0.1 spec/inline_encryption_spec.rb
inline_encryption-2.0.0 spec/inline_encryption_spec.rb
inline_encryption-1.0.5 spec/inline_encryption_spec.rb