Sha256: e4f100bf7eb34d34d71ed832ac798d68dae5bd3e52d94352976a81636a2948a7

Contents?: true

Size: 362 Bytes

Versions: 3

Compression:

Stored size: 362 Bytes

Contents

$LOAD_PATH.unshift(File.join(File.dirname(__FILE__), '..', 'lib'))
$LOAD_PATH.unshift(File.dirname(__FILE__))
require 'rspec'
require 'vote-schulze'

# 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

3 entries across 3 versions & 1 rubygems

Version Path
vote-schulze-0.2.0 spec/spec_helper.rb
vote-schulze-0.1.0 spec/spec_helper.rb
vote-schulze-0.0.1 spec/spec_helper.rb