Sha256: 7b4d5bc1bfbb82634bc1ab0a10e4a5fc44563b8fcc67cbce3371d2570a7be17e

Contents?: true

Size: 357 Bytes

Versions: 4

Compression:

Stored size: 357 Bytes

Contents

require 'rubygems'
require 'spork'
#uncomment the following line to use spork with the debugger
#require 'spork/ext/ruby-debug'

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

  require 'rspec'

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

Spork.each_run do

end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
inline_encryption-1.0.3 spec/spec_helper.rb
inline_encryption-1.0.2 spec/spec_helper.rb
inline_encryption-1.0.0 spec/spec_helper.rb
inline_encryption-0.0.6 spec/spec_helper.rb