Sha256: 83a636331fd2342143c4f7a07ad42dc95eaab531d83e0f3ba173ddbf0a4e0f41

Contents?: true

Size: 424 Bytes

Versions: 9

Compression:

Stored size: 424 Bytes

Contents

$LOAD_PATH.unshift(File.join(File.dirname(__FILE__), '..', 'lib'))
$LOAD_PATH.unshift(File.dirname(__FILE__))
require 'rspec'
require 'active_support/core_ext/object'
require 'attr_encryption'
require 'openssl'

# Requires supporting files with custom matchers and macros, etc,
# in ./support/ and its subdirectories.
Dir["#{File.dirname(__FILE__)}/support/**/*.rb"].each {|f| require f}

RSpec.configure do |config|
  
end

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
attr_encryption-0.4.3 spec/spec_helper.rb
attr_encryption-0.4.2 spec/spec_helper.rb
attr_encryption-0.4.1 spec/spec_helper.rb
attr_encryption-0.4.0 spec/spec_helper.rb
attr_encryption-0.3.1 spec/spec_helper.rb
attr_encryption-0.2.1 spec/spec_helper.rb
attr_encryption-0.2.0 spec/spec_helper.rb
attr_encryption-0.1.2 spec/spec_helper.rb
attr_encryption-0.1.1 spec/spec_helper.rb