Sha256: 8c2fac4a5939fb0c63b62df1b70974984bbb5c40d8b0d445ae0acd460898f3d6

Contents?: true

Size: 269 Bytes

Versions: 2

Compression:

Stored size: 269 Bytes

Contents

$:.unshift File.expand_path('.')
$:.unshift File.expand_path(File.join('..', File.dirname(__FILE__)))
$:.unshift File.expand_path(File.join('../lib', File.dirname(__FILE__)))

require 'rubygems'
require 'rspec'
require 'lib/lock_jar'

RSpec.configure do |config|
  
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
lock_jar-0.3.1 spec/spec_helper.rb
lock_jar-0.3.0 spec/spec_helper.rb