Sha256: d284e02c8cd452ce90ef616e5eafcd60a8c99e18e8e366c585ac8a09dda0c63f

Contents?: true

Size: 364 Bytes

Versions: 5

Compression:

Stored size: 364 Bytes

Contents

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

# 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

5 entries across 5 versions & 1 rubygems

Version Path
weightedpicker-0.1.1 spec/spec_helper.rb
weightedpicker-0.1.0 spec/spec_helper.rb
weightedpicker-0.0.2 spec/spec_helper.rb
weightedpicker-0.0.1 spec/spec_helper.rb
weightedpicker-0.0.0 spec/spec_helper.rb