Sha256: bd1dd21198959e0d808bbb42ed118a8d3940508bce4124da130c83fb8451857e

Contents?: true

Size: 247 Bytes

Versions: 2

Compression:

Stored size: 247 Bytes

Contents

require_relative 'spec_helper'

describe Mongoid::EncryptedString do
  before { require 'mongoid/encrypted_string/global' }


  it 'is available as ::EncryptedString too' do
    ::EncryptedString.must_be_same_as Mongoid::EncryptedString
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
mongoid-encrypted_string-0.1.0 spec/global_spec.rb
mongoid-encrypted_string-0.0.1 spec/global_spec.rb