Sha256: 1e37637adae981b068c62f31238bccdc6b8a4479fb930c62ba4a9e00e346459c

Contents?: true

Size: 190 Bytes

Versions: 3

Compression:

Stored size: 190 Bytes

Contents

require 'rubygems'

require 'simplecov'
SimpleCov.start do
  add_filter "/spec/"
end

require 'rspec'

$LOAD_PATH.unshift File.expand_path('../../lib', __FILE__)
require 'inline_encryption'

Version data entries

3 entries across 3 versions & 1 rubygems

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