Sha256: 3700ba5fa0353515bdb59df252dd542f1501d656af7e3866c9252c47aa37e677

Contents?: true

Size: 284 Bytes

Versions: 1

Compression:

Stored size: 284 Bytes

Contents

# frozen_string_literal: true

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

1 entries across 1 versions & 1 rubygems

Version Path
inline_encryption-2.1.0 spec/inline_encryption_spec.rb