Sha256: 5f0b2cec283d2184681009fed7a5602d106472c80838d4b0e12097f8d1fce989

Contents?: true

Size: 354 Bytes

Versions: 7

Compression:

Stored size: 354 Bytes

Contents

$LOAD_PATH.unshift(File.join(File.dirname(__FILE__), '..', 'lib'))
$LOAD_PATH.unshift(File.dirname(__FILE__))
require 'rspec'
require 'wref'

# 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

7 entries across 7 versions & 1 rubygems

Version Path
wref-0.0.6 spec/spec_helper.rb
wref-0.0.5 spec/spec_helper.rb
wref-0.0.4 spec/spec_helper.rb
wref-0.0.3 spec/spec_helper.rb
wref-0.0.2 spec/spec_helper.rb
wref-0.0.1 spec/spec_helper.rb
wref-0.0.0 spec/spec_helper.rb