Sha256: 2c611ef76a14ebfabca895cb126ddb8e941f7d30fbefba5c07a98f6bc6765a50

Contents?: true

Size: 281 Bytes

Versions: 3

Compression:

Stored size: 281 Bytes

Contents

require 'rubygems'
require 'bundler/setup'

require 'rspec'

require 'shortest_path' # and any other gems you need

Dir[File.expand_path(File.join(File.dirname(__FILE__),'support','**','*.rb'))].each {|f| require f}

RSpec.configure do |config|
  # some (optional) config here
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
shortest_path-0.0.3 spec/spec_helper.rb
shortest_path-0.0.2 spec/spec_helper.rb
shortest_path-0.0.1 spec/spec_helper.rb