Sha256: 91ab7b1f803ce81277a656de20d3334098f8fe526265f9e7409e91ecf67600dd

Contents?: true

Size: 359 Bytes

Versions: 3

Compression:

Stored size: 359 Bytes

Contents

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

# 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
haversine-0.3.0 spec/spec_helper.rb
haversine-0.2.0 spec/spec_helper.rb
haversine-0.1.0 spec/spec_helper.rb