Sha256: e86d737fcb63347d403ee140c86624e1dd6af817a71d40f2eeeb42594d1f7a30

Contents?: true

Size: 289 Bytes

Versions: 2

Compression:

Stored size: 289 Bytes

Contents

require 'rubygems'
require 'bundler/setup'

require 'rspec'

require 'shortest_path' # and any other gems you need

require 'coveralls'
Coveralls.wear!

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

RSpec.configure do |config|
  
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
shortest_path-0.0.5 spec/spec_helper.rb
shortest_path-0.0.4 spec/spec_helper.rb